public enum AgentProperty extends java.lang.Enum<AgentProperty>
Java class for agentProperty.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="agentProperty">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="CONTACT_TYPE"/>
<enumeration value="ADDRESS_NAME"/>
<enumeration value="VOICE_TERMINAL"/>
<enumeration value="LOGIN_STATUS"/>
<enumeration value="INFORMATION"/>
<enumeration value="READY_STATUS"/>
<enumeration value="NOTIFICATION"/>
<enumeration value="ACW_CODE_ENABLED"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ACW_CODE_ENABLED |
ADDRESS_NAME |
CONTACT_TYPE |
INFORMATION |
LOGIN_STATUS |
NOTIFICATION |
READY_STATUS |
VOICE_TERMINAL |
| Modifier and Type | Method and Description |
|---|---|
static AgentProperty |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static AgentProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AgentProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentProperty CONTACT_TYPE
public static final AgentProperty ADDRESS_NAME
public static final AgentProperty VOICE_TERMINAL
public static final AgentProperty LOGIN_STATUS
public static final AgentProperty INFORMATION
public static final AgentProperty READY_STATUS
public static final AgentProperty NOTIFICATION
public static final AgentProperty ACW_CODE_ENABLED
public static AgentProperty[] values()
for (AgentProperty c : AgentProperty.values()) System.out.println(c);
public static AgentProperty 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 AgentProperty fromValue(java.lang.String v)
Copyright © 2010 All Rights Reserved.