public enum TypeInfo extends Enum<TypeInfo>
GraphSONMapper
.Enum Constant and Description |
---|
NO_TYPES |
PARTIAL_TYPES |
Modifier and Type | Method and Description |
---|---|
static TypeInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeInfo NO_TYPES
public static final TypeInfo PARTIAL_TYPES
public static TypeInfo[] values()
for (TypeInfo c : TypeInfo.values()) System.out.println(c);
public static TypeInfo 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 © 2013–2017 Apache Software Foundation. All rights reserved.