Package jadex.commons
Class SClassReader.EnumInfo
- java.lang.Object
-
- jadex.commons.SClassReader.EnumInfo
-
- Enclosing class:
- SClassReader
public static class SClassReader.EnumInfo extends java.lang.Object
Info object for an enum.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EnumInfo(java.lang.String type, java.lang.String value)
Create enum info.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getType()
Gets the type.java.lang.String
getValue()
Gets the enum value.
-