public enum CausingAgentEnum extends java.lang.Enum<CausingAgentEnum>
Java class for CausingAgentEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CausingAgentEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="service_catalog"/>
<enumeration value="virtualization_platform"/>
<enumeration value="service_producer"/>
<enumeration value="engagement_index"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ENGAGEMENT_INDEX |
OTHER |
SERVICE_CATALOG |
SERVICE_PRODUCER |
VIRTUALIZATION_PLATFORM |
| Modifier and Type | Method and Description |
|---|---|
static CausingAgentEnum |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static CausingAgentEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CausingAgentEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CausingAgentEnum SERVICE_CATALOG
public static final CausingAgentEnum VIRTUALIZATION_PLATFORM
public static final CausingAgentEnum SERVICE_PRODUCER
public static final CausingAgentEnum ENGAGEMENT_INDEX
public static final CausingAgentEnum OTHER
public static CausingAgentEnum[] values()
for (CausingAgentEnum c : CausingAgentEnum.values()) System.out.println(c);
public static CausingAgentEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static CausingAgentEnum fromValue(java.lang.String v)
Copyright © 2017. All Rights Reserved.