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 Summary
Constructors Modifier Constructor Description protectedEnumInfo(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.StringgetType()Gets the type.java.lang.StringgetValue()Gets the enum value. 
 -