Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


oracle.security.jps.service.policystore.info
Class RoleCategoryEntry.Properties

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.security.jps.service.policystore.info.RoleCategoryEntry.Properties

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
RoleCategoryEntry

public static final class RoleCategoryEntry.Properties
extends java.lang.Enum

Modifiable properties of a ResourceTypeEntry

See Also:
Serialized Form

Field Summary
static RoleCategoryEntry.Properties PROPERTY_DESCRIPTION
          Description
static RoleCategoryEntry.Properties PROPERTY_DISPLAY_NAME
          Display name
static RoleCategoryEntry.Properties PROPERTY_NAME
          Name

 

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

PROPERTY_NAME

public static final RoleCategoryEntry.Properties PROPERTY_NAME
Name

PROPERTY_DESCRIPTION

public static final RoleCategoryEntry.Properties PROPERTY_DESCRIPTION
Description

PROPERTY_DISPLAY_NAME

public static final RoleCategoryEntry.Properties PROPERTY_DISPLAY_NAME
Display name

Method Detail

values

public static RoleCategoryEntry.Properties[] values()

valueOf

public static RoleCategoryEntry.Properties valueOf(java.lang.String name)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.