Skip navigation links

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

E54416-01


oracle.security.opss.lifecycle.datamgmt
Enum ArtifactType

java.lang.Object
  extended by java.lang.Enum<ArtifactType>
      extended by oracle.security.opss.lifecycle.datamgmt.ArtifactType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ArtifactType>

public enum ArtifactType
extends java.lang.Enum<ArtifactType>

Enum Constant Summary
APPLICATION_POLICY
           
AUDIT
           
CONFIGURATION
           
CREDENTIAL
           
GLOBAL_POLICY
           
KEYSTORE
           

 

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

APPLICATION_POLICY

public static final ArtifactType APPLICATION_POLICY

GLOBAL_POLICY

public static final ArtifactType GLOBAL_POLICY

KEYSTORE

public static final ArtifactType KEYSTORE

CREDENTIAL

public static final ArtifactType CREDENTIAL

AUDIT

public static final ArtifactType AUDIT

CONFIGURATION

public static final ArtifactType CONFIGURATION

Method Detail

values

public static ArtifactType[] 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 (ArtifactType c : ArtifactType.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ArtifactType 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)

E54416-01


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