Skip to content

Package io.github.qishr.cascara.ui.option

Class SimpleStringOption

java.lang.Object
        io.github.qishr.cascara.ui.option.SimpleStringOption

All Implemented Interfaces:
    StringOption


public class SimpleStringOption

Constructor Summary

Constructor Description
SimpleStringOption(String id, String text)

Method Summary

Modifier and Type Method Description
public String getOptionId()
public String getOptionText()

Method Details

getOptionId

public String getOptionId()


getOptionText

public String getOptionText()

Specified By:

StringOption