Class SClassReader.EnumInfo

java.lang.Object
jadex.classreader.SClassReader.EnumInfo
Enclosing class:
SClassReader

public static class SClassReader.EnumInfo extends Object
Info object for an enum.
  • Field Details

    • type

      protected String type
      The enum type.
    • value

      protected String value
      The enum value.
  • Constructor Details

    • EnumInfo

      protected EnumInfo(String type, String value)
      Create enum info.
  • Method Details

    • getType

      public String getType()
      Gets the type.
      Returns:
      Enum type.
    • getValue

      public String getValue()
      Gets the enum value.
      Returns:
      The value.