public static enum OApi.MATURITY extends Enum<OApi.MATURITY>
Enum Constant and Description |
---|
DEPRECATED |
EXPERIMENTAL |
NEW |
STABLE |
Modifier and Type | Method and Description |
---|---|
static OApi.MATURITY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OApi.MATURITY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OApi.MATURITY EXPERIMENTAL
public static final OApi.MATURITY NEW
public static final OApi.MATURITY STABLE
public static final OApi.MATURITY DEPRECATED
public static OApi.MATURITY[] values()
for (OApi.MATURITY c : OApi.MATURITY.values()) System.out.println(c);
public static OApi.MATURITY 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.