Package org.n52.shetland.iso
Enum CodeList.CiRoleCodes
- java.lang.Object
-
- java.lang.Enum<CodeList.CiRoleCodes>
-
- org.n52.shetland.iso.CodeList.CiRoleCodes
-
- All Implemented Interfaces:
Serializable,Comparable<CodeList.CiRoleCodes>
- Enclosing interface:
- CodeList
public static enum CodeList.CiRoleCodes extends Enum<CodeList.CiRoleCodes>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()static CodeList.CiRoleCodesvalueOf(String name)Returns the enum constant of this type with the specified name.static CodeList.CiRoleCodes[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CI_RoleCode_resourceProvider
public static final CodeList.CiRoleCodes CI_RoleCode_resourceProvider
-
CI_RoleCode_custodian
public static final CodeList.CiRoleCodes CI_RoleCode_custodian
-
CI_RoleCode_owner
public static final CodeList.CiRoleCodes CI_RoleCode_owner
-
CI_RoleCode_user
public static final CodeList.CiRoleCodes CI_RoleCode_user
-
CI_RoleCode_distributor
public static final CodeList.CiRoleCodes CI_RoleCode_distributor
-
CI_RoleCode_originator
public static final CodeList.CiRoleCodes CI_RoleCode_originator
-
CI_RoleCode_pointOfContact
public static final CodeList.CiRoleCodes CI_RoleCode_pointOfContact
-
CI_RoleCode_principalInvestigator
public static final CodeList.CiRoleCodes CI_RoleCode_principalInvestigator
-
CI_RoleCode_processor
public static final CodeList.CiRoleCodes CI_RoleCode_processor
-
CI_RoleCode_publisher
public static final CodeList.CiRoleCodes CI_RoleCode_publisher
-
CI_RoleCode_author
public static final CodeList.CiRoleCodes CI_RoleCode_author
-
-
Method Detail
-
values
public static CodeList.CiRoleCodes[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CodeList.CiRoleCodes c : CodeList.CiRoleCodes.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CodeList.CiRoleCodes valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getIdentifier
public String getIdentifier()
-
-