public static enum ClaMLConstants.ClassKinds extends java.lang.Enum<ClaMLConstants.ClassKinds>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description() |
static ClaMLConstants.ClassKinds |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClaMLConstants.ClassKinds[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClaMLConstants.ClassKinds CHAPTER
public static final ClaMLConstants.ClassKinds BLOCK
public static final ClaMLConstants.ClassKinds CATEGORY
public static ClaMLConstants.ClassKinds[] values()
for (ClaMLConstants.ClassKinds c : ClaMLConstants.ClassKinds.values()) System.out.println(c);
public static ClaMLConstants.ClassKinds valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String description()