Oracle Fusion Middleware Communication Services 11.1.1.1.0 Java API Reference
E14785-01

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

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

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

Java class for PlaceValue.

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

 <simpleType name="PlaceValue">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="PlaceNone"/>
     <enumeration value="Home"/>
     <enumeration value="Office"/>
     <enumeration value="PublicTransport"/>
     <enumeration value="Street"/>
     <enumeration value="Outdoors"/>
     <enumeration value="PublicPlace"/>
     <enumeration value="Hotel"/>
     <enumeration value="Theatre"/>
     <enumeration value="Restaurant"/>
     <enumeration value="School"/>
     <enumeration value="Industrial"/>
     <enumeration value="Quiet"/>
     <enumeration value="Noisy"/>
     <enumeration value="Aircraft"/>
     <enumeration value="Ship"/>
     <enumeration value="Bus"/>
     <enumeration value="Station"/>
     <enumeration value="Mall"/>
     <enumeration value="Airport"/>
     <enumeration value="Train"/>
     <enumeration value="PlaceOther"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
AIRCRAFT
           
AIRPORT
           
BUS
           
HOME
           
HOTEL
           
INDUSTRIAL
           
MALL
           
NOISY
           
OFFICE
           
OUTDOORS
           
PLACE_NONE
           
PLACE_OTHER
           
PUBLIC_PLACE
           
PUBLIC_TRANSPORT
           
QUIET
           
RESTAURANT
           
SCHOOL
           
SHIP
           
STATION
           
STREET
           
THEATRE
           
TRAIN
           
 
Method Summary
static PlaceValue fromValue(java.lang.String v)
           
 java.lang.String value()
           
static PlaceValue valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PlaceValue[] 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

AIRCRAFT

public static final PlaceValue AIRCRAFT

AIRPORT

public static final PlaceValue AIRPORT

BUS

public static final PlaceValue BUS

HOME

public static final PlaceValue HOME

HOTEL

public static final PlaceValue HOTEL

INDUSTRIAL

public static final PlaceValue INDUSTRIAL

MALL

public static final PlaceValue MALL

NOISY

public static final PlaceValue NOISY

OFFICE

public static final PlaceValue OFFICE

OUTDOORS

public static final PlaceValue OUTDOORS

PLACE_NONE

public static final PlaceValue PLACE_NONE

PLACE_OTHER

public static final PlaceValue PLACE_OTHER

PUBLIC_PLACE

public static final PlaceValue PUBLIC_PLACE

PUBLIC_TRANSPORT

public static final PlaceValue PUBLIC_TRANSPORT

QUIET

public static final PlaceValue QUIET

RESTAURANT

public static final PlaceValue RESTAURANT

SCHOOL

public static final PlaceValue SCHOOL

SHIP

public static final PlaceValue SHIP

STATION

public static final PlaceValue STATION

STREET

public static final PlaceValue STREET

THEATRE

public static final PlaceValue THEATRE

TRAIN

public static final PlaceValue TRAIN
Method Detail

fromValue

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

value

public java.lang.String value()

valueOf

public static PlaceValue 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 PlaceValue[] 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 (PlaceValue c : PlaceValue.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.1.0 Java API Reference
E14785-01

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