Skip navigation links


oracle.iam.identity.rolemgmt.api
Class RoleManagerConstants.SubType

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.identity.rolemgmt.api.RoleManagerConstants.SubType

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

public static final class RoleManagerConstants.SubType
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static RoleManagerConstants.SubType DYNAMIC
           
static RoleManagerConstants.SubType STATIC
           

 

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

STATIC

public static final RoleManagerConstants.SubType STATIC

DYNAMIC

public static final RoleManagerConstants.SubType DYNAMIC

Method Detail

values

public static RoleManagerConstants.SubType[] values()

valueOf

public static RoleManagerConstants.SubType valueOf(java.lang.String name)

getId

public java.lang.String getId()

Skip navigation links


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