Package cdc.enums

Interface AbstractForestDynamicEnum.Support<V extends ForestDynamicEnum<V>>

Type Parameters:
V - The enum type.
All Superinterfaces:
DagType<V>, DynamicEnumSupport<V>, EnumType<V>, ListType<V>
Enclosing class:
AbstractForestDynamicEnum<V extends AbstractForestDynamicEnum<V>>

public static interface AbstractForestDynamicEnum.Support<V extends ForestDynamicEnum<V>> extends DynamicEnumSupport<V>
Support interface describing standard methods expected for a dynamic enum.
Author:
Damien Carbonne
  • Method Details

    • findOrCreate

      V findOrCreate(V parent, String path)
    • setParent

      void setParent(V value, V parent)