public enum VMETypeIdentifier extends Enum<VMETypeIdentifier>
Enum Constant and Description |
---|
FisheryAreasHistory |
GeneralMeasure |
InformationSource |
Rfmo |
Vme |
VMEsHistory |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
String |
getId() |
static VMETypeIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VMETypeIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VMETypeIdentifier Vme
public static final VMETypeIdentifier GeneralMeasure
public static final VMETypeIdentifier InformationSource
public static final VMETypeIdentifier FisheryAreasHistory
public static final VMETypeIdentifier VMEsHistory
public static final VMETypeIdentifier Rfmo
public static VMETypeIdentifier[] values()
for (VMETypeIdentifier c : VMETypeIdentifier.values()) System.out.println(c);
public static VMETypeIdentifier 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 getId()
public String getDisplayName()
Copyright © 2014. All Rights Reserved.