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