Package cdc.enums
Interface AbstractForestDynamicEnum.Modifier<V extends ForestDynamicEnum<V>>
-
- Enclosing class:
- AbstractForestDynamicEnum<V extends AbstractForestDynamicEnum<V>>
public static interface AbstractForestDynamicEnum.Modifier<V extends ForestDynamicEnum<V>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddChild(V value, V child)voidremoveChild(V value, V child)voidsetName(V value, String name)voidsetParent(V value, V parent)
-