|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<ResourceTypeEntry.ResourceHierarchyType>
oracle.security.jps.service.policystore.info.resource.ResourceTypeEntry.ResourceHierarchyType
public static enum ResourceTypeEntry.ResourceHierarchyType
the hierarchy model of the type of resources
| Enum Constant Summary | |
|---|---|
FLATthe type indicates the type of resources are not inheritable |
|
HIERARCHICAL_MULTI_PARENT |
|
HIERARCHICAL_SINGLE_PARENTthe type indicates the type of resources are organized as a tree or forest |
|
| Method Summary | |
|---|---|
static ResourceTypeEntry.ResourceHierarchyType |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static ResourceTypeEntry.ResourceHierarchyType[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| 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 |
| Enum Constant Detail |
|---|
public static final ResourceTypeEntry.ResourceHierarchyType FLAT
public static final ResourceTypeEntry.ResourceHierarchyType HIERARCHICAL_SINGLE_PARENT
public static final ResourceTypeEntry.ResourceHierarchyType HIERARCHICAL_MULTI_PARENT
| Method Detail |
|---|
public static ResourceTypeEntry.ResourceHierarchyType[] values()
for (ResourceTypeEntry.ResourceHierarchyType c : ResourceTypeEntry.ResourceHierarchyType.values())
System.out.println(c);
public static ResourceTypeEntry.ResourceHierarchyType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||