public enum PresenceStandardAttributes extends java.lang.Enum<PresenceStandardAttributes>
Enum Constant and Description |
---|
GEO_LOCATION |
OPERATOR_ID |
OPERATOR_NAME |
STATE |
STATUS |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
static PresenceStandardAttributes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PresenceStandardAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PresenceStandardAttributes OPERATOR_ID
public static final PresenceStandardAttributes OPERATOR_NAME
public static final PresenceStandardAttributes STATE
public static final PresenceStandardAttributes STATUS
public static final PresenceStandardAttributes GEO_LOCATION
public static PresenceStandardAttributes[] values()
for (PresenceStandardAttributes c : PresenceStandardAttributes.values()) System.out.println(c);
public static PresenceStandardAttributes 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 getName()
Copyright © 2018 Pegasystems Inc. All Rights Reserved.