Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


oracle.stellent.wcm.core
Enum WCMConversionRuleType

java.lang.Object
  extended by java.lang.Enum<WCMConversionRuleType>
      extended by oracle.stellent.wcm.core.WCMConversionRuleType

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

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

Enum Constant Summary
COMMAND
           
ENGINE
           
FULL
           
RULE
           
SIMPLE
           

 

Method Summary
static WCMConversionRuleType getConversionType(java.lang.String type)
           
 java.lang.String getType()
           
 java.lang.String toString()
          Returns the string name of this enum
static WCMConversionRuleType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WCMConversionRuleType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

SIMPLE

public static final WCMConversionRuleType SIMPLE

FULL

public static final WCMConversionRuleType FULL

RULE

public static final WCMConversionRuleType RULE

ENGINE

public static final WCMConversionRuleType ENGINE

COMMAND

public static final WCMConversionRuleType COMMAND

Method Detail

values

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

valueOf

public static WCMConversionRuleType 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

getConversionType

public static WCMConversionRuleType getConversionType(java.lang.String type)

getType

public java.lang.String getType()

toString

public java.lang.String toString()
Returns the string name of this enum
Overrides:
toString in class java.lang.Enum<WCMConversionRuleType>
Returns:
string name

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


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