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