public interface NodeType<T extends Enum<T>>
static final int ROOT
static final String ROOT_NAME
T root()
T valueOf(String name)
name - The name of the constant value to find.IllegalArgumentException - if name is null or does not
have a constant value called nameT valueOf(int ordinal)
ordinal - The ordinal of the constant value to find.IllegalArgumentException - if name is null or does not
have a constant value called nameThis documentation is licensed by Andrew Bowley under the GPLv3 License.