Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

org.csapi.schema.parlayx.presence.v2_3
Enum ActivityValue

java.lang.Object
  extended by java.lang.Enum<ActivityValue>
      extended by org.csapi.schema.parlayx.presence.v2_3.ActivityValue
All Implemented Interfaces:
Serializable, java.lang.Comparable<ActivityValue>

public enum ActivityValue
extends java.lang.Enum<ActivityValue>

Java class for ActivityValue.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ActivityValue">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="ActivityNone"/>
     <enumeration value="Available"/>
     <enumeration value="Busy"/>
     <enumeration value="DoNotDisturb"/>
     <enumeration value="OnThePhone"/>
     <enumeration value="Steering"/>
     <enumeration value="Meeting"/>
     <enumeration value="Away"/>
     <enumeration value="Meal"/>
     <enumeration value="PermanentAbsence"/>
     <enumeration value="Holiday"/>
     <enumeration value="Performance"/>
     <enumeration value="InTransit"/>
     <enumeration value="Travel"/>
     <enumeration value="Sleeping"/>
     <enumeration value="ActivityOther"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
ACTIVITY_NONE
           
ACTIVITY_OTHER
           
AVAILABLE
           
AWAY
           
BUSY
           
DO_NOT_DISTURB
           
HOLIDAY
           
IN_TRANSIT
           
MEAL
           
MEETING
           
ON_THE_PHONE
           
PERFORMANCE
           
PERMANENT_ABSENCE
           
SLEEPING
           
STEERING
           
TRAVEL
           
 
Method Summary
static ActivityValue fromValue(java.lang.String v)
           
 java.lang.String value()
           
static ActivityValue valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ActivityValue[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ACTIVITY_NONE

public static final ActivityValue ACTIVITY_NONE

ACTIVITY_OTHER

public static final ActivityValue ACTIVITY_OTHER

AVAILABLE

public static final ActivityValue AVAILABLE

AWAY

public static final ActivityValue AWAY

BUSY

public static final ActivityValue BUSY

DO_NOT_DISTURB

public static final ActivityValue DO_NOT_DISTURB

HOLIDAY

public static final ActivityValue HOLIDAY

IN_TRANSIT

public static final ActivityValue IN_TRANSIT

MEAL

public static final ActivityValue MEAL

MEETING

public static final ActivityValue MEETING

ON_THE_PHONE

public static final ActivityValue ON_THE_PHONE

PERFORMANCE

public static final ActivityValue PERFORMANCE

PERMANENT_ABSENCE

public static final ActivityValue PERMANENT_ABSENCE

SLEEPING

public static final ActivityValue SLEEPING

STEERING

public static final ActivityValue STEERING

TRAVEL

public static final ActivityValue TRAVEL
Method Detail

fromValue

public static ActivityValue fromValue(java.lang.String v)

value

public java.lang.String value()

valueOf

public static ActivityValue valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

values

public static ActivityValue[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ActivityValue c : ActivityValue.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

Copyright © 2005, 2010 Oracle and/or its affiliates. All rights reserved.