Skip navigation links


oracle.iam.catalog.vo
Class OIMType

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.catalog.vo.OIMType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class OIMType
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static OIMType ApplicationInstance
           
static OIMType Entitlement
           
static OIMType Role
           

 

Method Summary
 java.lang.String getValue()
           
static OIMType valueOf(java.lang.String name)
           
static OIMType[] 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

Role

public static final OIMType Role

Entitlement

public static final OIMType Entitlement

ApplicationInstance

public static final OIMType ApplicationInstance

Method Detail

values

public static OIMType[] values()

valueOf

public static OIMType valueOf(java.lang.String name)

getValue

public java.lang.String getValue()

Skip navigation links


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