public enum FileValueModel extends java.lang.Enum<FileValueModel> implements GML, Copyable
Enum Constant and Description |
---|
RECORD_INTERLEAVED |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
static FileValueModel |
fromValue(java.lang.String v) |
GMLClass |
getGMLClass() |
ModelType |
getModelType() |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static FileValueModel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileValueModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileValueModel RECORD_INTERLEAVED
public static FileValueModel[] values()
for (FileValueModel c : FileValueModel.values()) System.out.println(c);
public static FileValueModel valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
public ModelType getModelType()
getModelType
in interface ModelObject
public GMLClass getGMLClass()
getGMLClass
in interface GML
public static FileValueModel fromValue(java.lang.String v)
public java.lang.String toString()
toString
in class java.lang.Enum<FileValueModel>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
public java.lang.Object copy(CopyBuilder copyBuilder)