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 WCMSiteType

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

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

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

Enum Constant Summary
ASPX
           
IDOC
           
JSP
           
PHP
           

 

Method Summary
 java.lang.String getScriptLanguage()
           
static WCMSiteType getSiteType(java.lang.String languageName)
           
static java.lang.String getValidLanguages()
           
static WCMSiteType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WCMSiteType[] 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, toString, valueOf

 

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

 

Enum Constant Detail

IDOC

public static final WCMSiteType IDOC

JSP

public static final WCMSiteType JSP

PHP

public static final WCMSiteType PHP

ASPX

public static final WCMSiteType ASPX

Method Detail

values

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

valueOf

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

getScriptLanguage

public java.lang.String getScriptLanguage()

getValidLanguages

public static java.lang.String getValidLanguages()

getSiteType

public static WCMSiteType getSiteType(java.lang.String languageName)

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.