|
Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<RetrievalMode>
oracle.stellent.wcm.server.content.RetrievalMode
public enum RetrievalMode
The mode used to retrieve content from the provider.
| Enum Constant Summary | |
|---|---|
Development |
|
Production |
|
| Method Summary | |
|---|---|
static RetrievalMode |
getMode(java.lang.String name) |
java.lang.String |
getValue()Returns the string value of this enum |
static RetrievalMode |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static RetrievalMode[] |
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 |
|---|
public static final RetrievalMode Production
public static final RetrievalMode Development
| Method Detail |
|---|
public static RetrievalMode[] values()
for (RetrievalMode c : RetrievalMode.values())
System.out.println(c);
public static RetrievalMode 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 nullpublic java.lang.String getValue()
public static RetrievalMode getMode(java.lang.String name)
|
Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||