public static enum LMSXmlDocument.InitFrom extends java.lang.Enum<LMSXmlDocument.InitFrom>
Modifier and Type | Method and Description |
---|---|
static LMSXmlDocument.InitFrom |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LMSXmlDocument.InitFrom[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LMSXmlDocument.InitFrom XML
public static final LMSXmlDocument.InitFrom FILEPATH
public static LMSXmlDocument.InitFrom[] values()
for (LMSXmlDocument.InitFrom c : LMSXmlDocument.InitFrom.values()) System.out.println(c);
public static LMSXmlDocument.InitFrom 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 nullCopyright © 2022 Open Microscopy Environment