Package cdc.enums

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

    • Method Detail

      • 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)