public static enum CodeList.CiRoleCodes extends Enum<CodeList.CiRoleCodes>
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
static CodeList.CiRoleCodes |
valueOf(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.
|
public static final CodeList.CiRoleCodes CI_RoleCode_resourceProvider
public static final CodeList.CiRoleCodes CI_RoleCode_custodian
public static final CodeList.CiRoleCodes CI_RoleCode_owner
public static final CodeList.CiRoleCodes CI_RoleCode_user
public static final CodeList.CiRoleCodes CI_RoleCode_distributor
public static final CodeList.CiRoleCodes CI_RoleCode_originator
public static final CodeList.CiRoleCodes CI_RoleCode_pointOfContact
public static final CodeList.CiRoleCodes CI_RoleCode_principalInvestigator
public static final CodeList.CiRoleCodes CI_RoleCode_processor
public static final CodeList.CiRoleCodes CI_RoleCode_publisher
public static final CodeList.CiRoleCodes CI_RoleCode_author
public static CodeList.CiRoleCodes[] values()
for (CodeList.CiRoleCodes c : CodeList.CiRoleCodes.values()) System.out.println(c);
public static CodeList.CiRoleCodes 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 getIdentifier()
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.