public enum OccurrencesSaveEnum extends Enum<OccurrencesSaveEnum>
Enum Constant and Description |
---|
OPENMODELLER |
STANDARD |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
static List<String> |
getListLabels() |
static OccurrencesSaveEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OccurrencesSaveEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OccurrencesSaveEnum STANDARD
public static final OccurrencesSaveEnum OPENMODELLER
protected String label
public static OccurrencesSaveEnum[] values()
for (OccurrencesSaveEnum c : OccurrencesSaveEnum.values()) System.out.println(c);
public static OccurrencesSaveEnum 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 © 2016. All Rights Reserved.