public enum WfsSuiteAttribute extends Enum<WfsSuiteAttribute>
| Enum Constant and Description |
|---|
TEST_FEATURE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Class<?> |
getType() |
String |
toString() |
static WfsSuiteAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WfsSuiteAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WfsSuiteAttribute TEST_FEATURE_TYPE
public static WfsSuiteAttribute[] values()
for (WfsSuiteAttribute c : WfsSuiteAttribute.values()) System.out.println(c);
public static WfsSuiteAttribute 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 getName()
public Class<?> getType()
public String toString()
toString in class Enum<WfsSuiteAttribute>Copyright © 2022 Open Geospatial Consortium. All rights reserved.