|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<IdcClientProfile>
oracle.stellent.ridc.IdcClientProfile
public enum IdcClientProfile
Defines reduced footprint profiles for RIDC use on desktop and Android clients
| Enum Constant Summary | |
|---|---|
CLIENT_HTTPClient profiles with HTTP bindings only |
|
FULLThe full RIDC client for typical server use |
|
| Method Summary | |
|---|---|
static IdcClientProfile |
valueOf(String name)Returns the enum constant of this type with the specified name. |
static IdcClientProfile[] |
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 IdcClientProfile FULL
public static final IdcClientProfile CLIENT_HTTP
| Method Detail |
|---|
public static IdcClientProfile[] values()
for (IdcClientProfile c : IdcClientProfile.values())
System.out.println(c);
public static IdcClientProfile valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null
|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||