public static enum ODatabase.ATTRIBUTES extends Enum<ODatabase.ATTRIBUTES>
Enum Constant and Description |
---|
CHARSET |
CLUSTERSELECTION |
CONFLICTSTRATEGY |
CUSTOM |
DATEFORMAT |
DATETIMEFORMAT |
DEFAULTCLUSTERID |
LOCALECOUNTRY |
LOCALELANGUAGE |
MINIMUMCLUSTERS |
STATUS |
TIMEZONE |
TYPE |
VALIDATION |
Modifier and Type | Method and Description |
---|---|
static ODatabase.ATTRIBUTES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODatabase.ATTRIBUTES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ODatabase.ATTRIBUTES TYPE
public static final ODatabase.ATTRIBUTES STATUS
public static final ODatabase.ATTRIBUTES DEFAULTCLUSTERID
public static final ODatabase.ATTRIBUTES DATEFORMAT
public static final ODatabase.ATTRIBUTES DATETIMEFORMAT
public static final ODatabase.ATTRIBUTES TIMEZONE
public static final ODatabase.ATTRIBUTES LOCALECOUNTRY
public static final ODatabase.ATTRIBUTES LOCALELANGUAGE
public static final ODatabase.ATTRIBUTES CHARSET
public static final ODatabase.ATTRIBUTES CUSTOM
public static final ODatabase.ATTRIBUTES CLUSTERSELECTION
public static final ODatabase.ATTRIBUTES MINIMUMCLUSTERS
public static final ODatabase.ATTRIBUTES CONFLICTSTRATEGY
public static final ODatabase.ATTRIBUTES VALIDATION
public static ODatabase.ATTRIBUTES[] values()
for (ODatabase.ATTRIBUTES c : ODatabase.ATTRIBUTES.values()) System.out.println(c);
public static ODatabase.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.