public enum Cat3DXmlPPRSaveConfig extends java.lang.Enum<Cat3DXmlPPRSaveConfig>
Enum Constant and Description |
---|
cat3DXmlProductAndResourceList |
cat3DXmlProductList |
cat3DXmlResourceList |
Modifier and Type | Method and Description |
---|---|
static Cat3DXmlPPRSaveConfig |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cat3DXmlPPRSaveConfig[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cat3DXmlPPRSaveConfig cat3DXmlProductAndResourceList
public static final Cat3DXmlPPRSaveConfig cat3DXmlProductList
public static final Cat3DXmlPPRSaveConfig cat3DXmlResourceList
public static Cat3DXmlPPRSaveConfig[] values()
for (Cat3DXmlPPRSaveConfig c : Cat3DXmlPPRSaveConfig.values()) System.out.println(c);
public static Cat3DXmlPPRSaveConfig 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 null