Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-01 ESAPI


oracle.security.jps.service.policystore.info.targets
Enum TargetElement.ElementType

java.lang.Object
  extended by java.lang.Enum<TargetElement.ElementType>
      extended by oracle.security.jps.service.policystore.info.targets.TargetElement.ElementType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TargetElement.ElementType>
Enclosing interface:
TargetElement

public static enum TargetElement.ElementType
extends java.lang.Enum<TargetElement.ElementType>

Enum Constant Summary
CONSTRAINED_TARGET
           
NAMED_TARGET
           

 

Method Summary
static TargetElement.ElementType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TargetElement.ElementType[] 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

NAMED_TARGET

public static final TargetElement.ElementType NAMED_TARGET

CONSTRAINED_TARGET

public static final TargetElement.ElementType CONSTRAINED_TARGET

Method Detail

values

public static TargetElement.ElementType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (TargetElement.ElementType c : TargetElement.ElementType.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static TargetElement.ElementType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-01 ESAPI


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