|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<BusinessObjectQuery.Option>
org.eclipse.stardust.engine.api.query.BusinessObjectQuery.Option
public static enum BusinessObjectQuery.Option
Policy options.
| Enum Constant Summary | |
|---|---|
UPGRADE
Result includes only the last business object instance values eventually upgraded to current schema. |
|
WITH_DESCRIPTION
Result includes business object description. |
|
WITH_VALUES
Result includes business object instance values. |
|
| Method Summary | |
|---|---|
static BusinessObjectQuery.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BusinessObjectQuery.Option[] |
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 |
|---|
public static final BusinessObjectQuery.Option WITH_DESCRIPTION
public static final BusinessObjectQuery.Option WITH_VALUES
public static final BusinessObjectQuery.Option UPGRADE
| Method Detail |
|---|
public static BusinessObjectQuery.Option[] values()
for (BusinessObjectQuery.Option c : BusinessObjectQuery.Option.values()) System.out.println(c);
public static BusinessObjectQuery.Option valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||