Package jadex.commons
Class SClassReader.EnumInfo
- java.lang.Object
- 
- jadex.commons.SClassReader.EnumInfo
 
- 
- Enclosing class:
- SClassReader
 
 public static class SClassReader.EnumInfo extends java.lang.ObjectInfo object for an enum.
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedEnumInfo(java.lang.String type, java.lang.String value)Create enum info.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetType()Gets the type.java.lang.StringgetValue()Gets the enum value.
 
-