Skip navigation links


oracle.iam.identity.orgmgmt.api
Class OrganizationManagerConstants.AttributeValue

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
OrganizationManagerConstants

public static final class OrganizationManagerConstants.AttributeValue
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static OrganizationManagerConstants.AttributeValue ORG_STATUS_ACTIVE
           
static OrganizationManagerConstants.AttributeValue ORG_STATUS_DELETED
           
static OrganizationManagerConstants.AttributeValue ORG_STATUS_DISABLED
           
static OrganizationManagerConstants.AttributeValue ORG_TYPE_COMPANY
           
static OrganizationManagerConstants.AttributeValue ORG_TYPE_DEPARTMENT
           
static OrganizationManagerConstants.AttributeValue ORG_TYPE_SYSTEM
           

 

Method Summary
 java.lang.String getId()
           
static OrganizationManagerConstants.AttributeValue valueOf(java.lang.String name)
           
static OrganizationManagerConstants.AttributeValue[] values()
           

 

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

 

Field Detail

ORG_STATUS_ACTIVE

public static final OrganizationManagerConstants.AttributeValue ORG_STATUS_ACTIVE

ORG_STATUS_DISABLED

public static final OrganizationManagerConstants.AttributeValue ORG_STATUS_DISABLED

ORG_STATUS_DELETED

public static final OrganizationManagerConstants.AttributeValue ORG_STATUS_DELETED

ORG_TYPE_SYSTEM

public static final OrganizationManagerConstants.AttributeValue ORG_TYPE_SYSTEM

ORG_TYPE_DEPARTMENT

public static final OrganizationManagerConstants.AttributeValue ORG_TYPE_DEPARTMENT

ORG_TYPE_COMPANY

public static final OrganizationManagerConstants.AttributeValue ORG_TYPE_COMPANY

Method Detail

values

public static OrganizationManagerConstants.AttributeValue[] values()

valueOf

public static OrganizationManagerConstants.AttributeValue valueOf(java.lang.String name)

getId

public java.lang.String getId()

Skip navigation links


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