public static enum SemanticSpaceIO.SSpaceFormat extends Enum<SemanticSpaceIO.SSpaceFormat>
Enum Constant and Description |
---|
BINARY |
SERIALIZE |
SPARSE_BINARY |
SPARSE_TEXT |
TEXT |
Modifier and Type | Method and Description |
---|---|
static SemanticSpaceIO.SSpaceFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SemanticSpaceIO.SSpaceFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SemanticSpaceIO.SSpaceFormat TEXT
public static final SemanticSpaceIO.SSpaceFormat BINARY
public static final SemanticSpaceIO.SSpaceFormat SPARSE_TEXT
public static final SemanticSpaceIO.SSpaceFormat SPARSE_BINARY
public static final SemanticSpaceIO.SSpaceFormat SERIALIZE
public static SemanticSpaceIO.SSpaceFormat[] values()
for (SemanticSpaceIO.SSpaceFormat c : SemanticSpaceIO.SSpaceFormat.values()) System.out.println(c);
public static SemanticSpaceIO.SSpaceFormat 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 © 2012. All Rights Reserved.