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