Package com.exedio.cope.pattern
Class DynamicModel.Enum<L>
- java.lang.Object
-
- com.exedio.cope.Item
-
- com.exedio.cope.pattern.DynamicModel.Enum<L>
-
- All Implemented Interfaces:
Serializable
,Comparable<Item>
- Enclosing class:
- DynamicModel<L>
public static final class DynamicModel.Enum<L> extends Item
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
String
getName(L locale)
DynamicModel.Field<L>
getParent()
DynamicModel<L>
getPattern()
int
getPosition()
void
setName(L locale, String value)
-
Methods inherited from class com.exedio.cope.Item
activeCopeItem, afterNewCopeItem, appendCopeID, beforeDeleteCopeItem, beforeSetCopeItem, compareTo, deleteCopeItem, equals, existsCopeItem, get, getCopeID, getCopeType, hashCode, isActiveCopeItem, newEnumAttribute, newEnumField, newItemAttribute, newItemAttribute, newItemField, newItemField, newType, set, set, toString, writeReplace
-
-
-
-
Method Detail
-
getPattern
public DynamicModel<L> getPattern()
-
getParent
public DynamicModel.Field<L> getParent()
-
getPosition
public int getPosition()
-
getCode
public String getCode()
-
-