public enum PbmProfileCategoryEnum extends Enum<PbmProfileCategoryEnum>
Java class for PbmProfileCategoryEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PbmProfileCategoryEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="REQUIREMENT"/>
<enumeration value="RESOURCE"/>
<enumeration value="DATA_SERVICE_POLICY"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DATA_SERVICE_POLICY |
REQUIREMENT |
RESOURCE |
| Modifier and Type | Method and Description |
|---|---|
static PbmProfileCategoryEnum |
fromValue(String v) |
String |
value() |
static PbmProfileCategoryEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PbmProfileCategoryEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PbmProfileCategoryEnum REQUIREMENT
public static final PbmProfileCategoryEnum RESOURCE
public static final PbmProfileCategoryEnum DATA_SERVICE_POLICY
public static PbmProfileCategoryEnum[] values()
for (PbmProfileCategoryEnum c : PbmProfileCategoryEnum.values()) System.out.println(c);
public static PbmProfileCategoryEnum 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 PbmProfileCategoryEnum fromValue(String v)
Copyright © 2018. All rights reserved.