public static enum TDMParser.TDMFileFormat extends Enum<TDMParser.TDMFileFormat>
Enum Constant and Description |
---|
KEYVALUE
Keyvalue (text file with Key = Value lines).
|
UNKNOWN
UKNOWN file format, default format, throw an Orekit Exception if kept this way.
|
XML
XML format.
|
Modifier and Type | Method and Description |
---|---|
static TDMParser.TDMFileFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TDMParser.TDMFileFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TDMParser.TDMFileFormat KEYVALUE
public static final TDMParser.TDMFileFormat XML
public static final TDMParser.TDMFileFormat UNKNOWN
public static TDMParser.TDMFileFormat[] values()
for (TDMParser.TDMFileFormat c : TDMParser.TDMFileFormat.values()) System.out.println(c);
public static TDMParser.TDMFileFormat 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 © 2002-2017 CS Systèmes d'information. All rights reserved.