public static enum OProperty.ATTRIBUTES extends Enum<OProperty.ATTRIBUTES>
Enum Constant and Description |
---|
COLLATE |
CUSTOM |
DEFAULT |
DESCRIPTION |
LINKEDCLASS |
LINKEDTYPE |
MANDATORY |
MAX |
MIN |
NAME |
NOTNULL |
READONLY |
REGEXP |
TYPE |
Modifier and Type | Method and Description |
---|---|
static OProperty.ATTRIBUTES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OProperty.ATTRIBUTES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OProperty.ATTRIBUTES LINKEDTYPE
public static final OProperty.ATTRIBUTES LINKEDCLASS
public static final OProperty.ATTRIBUTES MIN
public static final OProperty.ATTRIBUTES MAX
public static final OProperty.ATTRIBUTES MANDATORY
public static final OProperty.ATTRIBUTES NAME
public static final OProperty.ATTRIBUTES NOTNULL
public static final OProperty.ATTRIBUTES REGEXP
public static final OProperty.ATTRIBUTES TYPE
public static final OProperty.ATTRIBUTES CUSTOM
public static final OProperty.ATTRIBUTES READONLY
public static final OProperty.ATTRIBUTES COLLATE
public static final OProperty.ATTRIBUTES DEFAULT
public static final OProperty.ATTRIBUTES DESCRIPTION
public static OProperty.ATTRIBUTES[] values()
for (OProperty.ATTRIBUTES c : OProperty.ATTRIBUTES.values()) System.out.println(c);
public static OProperty.ATTRIBUTES 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–2020 OrientDB. All rights reserved.