public static enum FileFormatPropertiesMM.MMFormat extends Enum<FileFormatPropertiesMM.MMFormat>
Enum Constant and Description |
---|
ARRAY |
COORDINATE |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static FileFormatPropertiesMM.MMFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileFormatPropertiesMM.MMFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileFormatPropertiesMM.MMFormat COORDINATE
public static final FileFormatPropertiesMM.MMFormat ARRAY
public static FileFormatPropertiesMM.MMFormat[] values()
for (FileFormatPropertiesMM.MMFormat c : FileFormatPropertiesMM.MMFormat.values()) System.out.println(c);
public static FileFormatPropertiesMM.MMFormat 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 nullpublic String toString()
toString
in class Enum<FileFormatPropertiesMM.MMFormat>
Copyright © 2020 The Apache Software Foundation. All rights reserved.