Package cdc.enums
Interface AbstractListDynamicEnum.Support<V extends ListDynamicEnum<V>>
-
- Type Parameters:
V- The enum type.
- All Superinterfaces:
DagType<V>,DynamicEnumSupport<V>,EnumType<V>,ListType<V>
- Enclosing class:
- AbstractListDynamicEnum<V extends AbstractListDynamicEnum<V>>
public static interface AbstractListDynamicEnum.Support<V extends ListDynamicEnum<V>> extends DynamicEnumSupport<V>
Support interface describing standard methods expected for a dynamic enum.- Author:
- Damien Carbonne
-
-
Method Summary
-
Methods inherited from interface cdc.enums.DagType
getChildren, getParents, getRoots, isOverOrEqual, isRoot, isStrictlyOver, isStrictlyUnder, isUnderOrEqual
-
Methods inherited from interface cdc.enums.DynamicEnumSupport
findOrCreate, lock, remove, setName
-
Methods inherited from interface cdc.enums.EnumType
getChildNamed, getName, getQName, hasChildNamed, hasSiblingNamed, hasValue, valueOf, valueOf
-
Methods inherited from interface cdc.enums.ListType
addEventHandler, areEqual, getValueClass, getValues, isLocked, isSupported, isUsable, isValid, removeEventHandler
-
-