Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpm.services.organization.model
Enum OrganizationEntityTypeEnum

java.lang.Object
  extended by java.lang.Enum<OrganizationEntityTypeEnum>
      extended by oracle.bpm.services.organization.model.OrganizationEntityTypeEnum
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<OrganizationEntityTypeEnum>

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

Java class for OrganizationEntityTypeEnum.

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

 <simpleType name="OrganizationEntityTypeEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="ORGANIZATIONAL_UNIT"/>
     <enumeration value="HOLIDAY_RULE"/>
     <enumeration value="CALENDAR_RULE"/>
     <enumeration value="APPLICATION_ROLE"/>
     <enumeration value="EXTENDED_USER_PROPERTIES"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
APPLICATION_ROLE
           
CALENDAR_RULE
           
EXTENDED_USER_PROPERTIES
           
HOLIDAY_RULE
           
ORGANIZATIONAL_UNIT
           
 
Method Summary
static OrganizationEntityTypeEnum fromValue(java.lang.String v)
           
 java.lang.String value()
           
static OrganizationEntityTypeEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OrganizationEntityTypeEnum[] 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

ORGANIZATIONAL_UNIT

public static final OrganizationEntityTypeEnum ORGANIZATIONAL_UNIT

HOLIDAY_RULE

public static final OrganizationEntityTypeEnum HOLIDAY_RULE

CALENDAR_RULE

public static final OrganizationEntityTypeEnum CALENDAR_RULE

APPLICATION_ROLE

public static final OrganizationEntityTypeEnum APPLICATION_ROLE

EXTENDED_USER_PROPERTIES

public static final OrganizationEntityTypeEnum EXTENDED_USER_PROPERTIES
Method Detail

values

public static OrganizationEntityTypeEnum[] 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 (OrganizationEntityTypeEnum c : OrganizationEntityTypeEnum.values())
    System.out.println(c);

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

valueOf

public static OrganizationEntityTypeEnum 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

value

public java.lang.String value()

fromValue

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

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

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