@CodingStyleguideUnaware public enum AgencyRoleCodeEnumType extends Enum<AgencyRoleCodeEnumType>
Java class for AgencyRoleCodeEnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AgencyRoleCodeEnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString">
<enumeration value="Customer"/>
<enumeration value="Supplier"/>
<enumeration value="Requester"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static AgencyRoleCodeEnumType |
fromValue(String v) |
String |
value() |
static AgencyRoleCodeEnumType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgencyRoleCodeEnumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgencyRoleCodeEnumType CUSTOMER
public static final AgencyRoleCodeEnumType SUPPLIER
public static final AgencyRoleCodeEnumType REQUESTER
public static AgencyRoleCodeEnumType[] values()
for (AgencyRoleCodeEnumType c : AgencyRoleCodeEnumType.values()) System.out.println(c);
public static AgencyRoleCodeEnumType 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 value()
public static AgencyRoleCodeEnumType fromValue(String v)
Copyright © 2016–2021 Philip Helger. All rights reserved.