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

    Modifier and Type
    Method
    Description
    void
    addChild(V value, V child)
     
    void
    removeChild(V value, V child)
     
    void
    setName(V value, String name)
     
    void
    setParent(V value, V parent)
     
  • Method Details

    • setName

      void setName(V value, String name)
    • setParent

      void setParent(V value, V parent)
    • addChild

      void addChild(V value, V child)
    • removeChild

      void removeChild(V value, V child)