|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PropertyType>
com.avaya.conferencing.api.acp.control.PropertyType
public enum PropertyType
Various types of properties.
| Enum Constant Summary | |
|---|---|
DESCRIPTOR
Properties that describe the ConferencingObject instance and cannot be modified thorugh this API. |
|
MUTABLE_DESCRIPTOR
Properties that describe the ConferencingObject instance and can be modified thorugh this API. |
|
MUTABLE_STATE
Properties that describe the state of the ConferencingObject and can be modified thorugh this API. |
|
STATE
Properties that describe the state of the ConferencingObject and cannot be modified thorugh this API. |
|
| Method Summary | |
|---|---|
boolean |
isDescriptor()
Returns true if this PropertyType represents information describing a ConferencingObject. |
boolean |
isMutable()
Returns true if this PropertyType can be changed using this API. |
boolean |
isState()
Returns true if this PropertyType represents the state of a ConferencingObject. |
static PropertyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PropertyType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PropertyType STATE
public static final PropertyType MUTABLE_STATE
public static final PropertyType DESCRIPTOR
public static final PropertyType MUTABLE_DESCRIPTOR
| Method Detail |
|---|
public static PropertyType[] values()
for (PropertyType c : PropertyType.values()) System.out.println(c);
public static PropertyType 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 name
java.lang.NullPointerException - if the argument is nullpublic boolean isMutable()
true if this PropertyType can be changed using this API.
true if this PropertyType can be changed using this API.public boolean isState()
true if this PropertyType represents the state of a ConferencingObject.
true if this PropertyType represents the state of a ConferencingObject.public boolean isDescriptor()
true if this PropertyType represents information describing a ConferencingObject.
true if this PropertyType represents information describing a ConferencingObject.
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||