Class ChoiceValue

java.lang.Object
org.asnlab.asndt.runtime.value.ChoiceValue

public class ChoiceValue extends Object
  • Field Details

    • index

      public int index
    • name

      public String name
      TODO add initialization
    • value

      public Object value
  • Constructor Details

    • ChoiceValue

      public ChoiceValue()
    • ChoiceValue

      public ChoiceValue(int index, Object value)
  • Method Details