Skip navigation links


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

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

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

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

Field Summary
static RoleManagerConstants.RoleCategoryAttributeName CREATE_DATE
           
static RoleManagerConstants.RoleCategoryAttributeName DESCRIPTION
           
static RoleManagerConstants.RoleCategoryAttributeName KEY
           
static RoleManagerConstants.RoleCategoryAttributeName NAME
           
static RoleManagerConstants.RoleCategoryAttributeName UPDATE_DATE
           

 

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

KEY

public static final RoleManagerConstants.RoleCategoryAttributeName KEY

NAME

public static final RoleManagerConstants.RoleCategoryAttributeName NAME

DESCRIPTION

public static final RoleManagerConstants.RoleCategoryAttributeName DESCRIPTION

CREATE_DATE

public static final RoleManagerConstants.RoleCategoryAttributeName CREATE_DATE

UPDATE_DATE

public static final RoleManagerConstants.RoleCategoryAttributeName UPDATE_DATE

Method Detail

values

public static RoleManagerConstants.RoleCategoryAttributeName[] values()

valueOf

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

getId

public java.lang.String getId()

Skip navigation links


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