public static enum ClaMLConstants.RubricKinds extends java.lang.Enum<ClaMLConstants.RubricKinds>
Enum Constant and Description |
---|
EXCLUSION1 |
EXCLUSION2 |
INCLUSION |
NOTE |
PREFERRED |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description() |
static ClaMLConstants.RubricKinds |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClaMLConstants.RubricKinds[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClaMLConstants.RubricKinds PREFERRED
public static final ClaMLConstants.RubricKinds INCLUSION
public static final ClaMLConstants.RubricKinds EXCLUSION1
public static final ClaMLConstants.RubricKinds EXCLUSION2
public static final ClaMLConstants.RubricKinds NOTE
public static ClaMLConstants.RubricKinds[] values()
for (ClaMLConstants.RubricKinds c : ClaMLConstants.RubricKinds.values()) System.out.println(c);
public static ClaMLConstants.RubricKinds 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()