public enum MarkingClasses extends Enum<MarkingClasses>
| Modifier and Type | Field and Description |
|---|---|
static int |
NUMBER_OF_CLASSES |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
static MarkingClasses |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkingClasses[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MarkingClasses IN_KB
public static final MarkingClasses EE
public static final MarkingClasses GS_IN_KB
public static MarkingClasses[] values()
for (MarkingClasses c : MarkingClasses.values()) System.out.println(c);
public static MarkingClasses valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getLabel()
Copyright © 2014–2017. All rights reserved.