
public static enum ORecordMultiValueHelper.MULTIVALUE_CONTENT_TYPE extends Enum<ORecordMultiValueHelper.MULTIVALUE_CONTENT_TYPE>
| Enum Constant and Description |
|---|
ALL_RECORDS |
ALL_RIDS |
EMPTY |
HYBRID |
| Modifier and Type | Method and Description |
|---|---|
static ORecordMultiValueHelper.MULTIVALUE_CONTENT_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ORecordMultiValueHelper.MULTIVALUE_CONTENT_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ORecordMultiValueHelper.MULTIVALUE_CONTENT_TYPE EMPTY
public static final ORecordMultiValueHelper.MULTIVALUE_CONTENT_TYPE ALL_RECORDS
public static final ORecordMultiValueHelper.MULTIVALUE_CONTENT_TYPE ALL_RIDS
public static final ORecordMultiValueHelper.MULTIVALUE_CONTENT_TYPE HYBRID
public static ORecordMultiValueHelper.MULTIVALUE_CONTENT_TYPE[] values()
for (ORecordMultiValueHelper.MULTIVALUE_CONTENT_TYPE c : ORecordMultiValueHelper.MULTIVALUE_CONTENT_TYPE.values()) System.out.println(c);
public static ORecordMultiValueHelper.MULTIVALUE_CONTENT_TYPE 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 © 2009–2025 OrientDB. All rights reserved.