public enum SuiteAttribute extends Enum<SuiteAttribute>
| Enum Constant and Description |
|---|
CLIENT
A client component for interacting with HTTP endpoints.
|
TEST_SUBJECT
A DOM Document representation of the test subject or metadata about it.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Class |
getType() |
String |
toString() |
static SuiteAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SuiteAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SuiteAttribute CLIENT
public static final SuiteAttribute TEST_SUBJECT
public static SuiteAttribute[] values()
for (SuiteAttribute c : SuiteAttribute.values()) System.out.println(c);
public static SuiteAttribute 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 Class getType()
public String getName()
public String toString()
toString in class Enum<SuiteAttribute>Copyright © 2020 Open Geospatial Consortium. All rights reserved.