public static enum BusinessObjectQuery.Option extends Enum<BusinessObjectQuery.Option>
| Enum Constant and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final BusinessObjectQuery.Option WITH_DESCRIPTION
public static final BusinessObjectQuery.Option WITH_VALUES
public static final BusinessObjectQuery.Option UPGRADE
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 nameNullPointerException - if the argument is nullCopyright © 2016 Eclipse Stardust. All Rights Reserved.