public enum OfflineWebPages extends Enum<OfflineWebPages>
| Enum Constant and Description |
|---|
ENDPOINT_EXPLORER |
SOAPUI_START_PAGE |
| Modifier and Type | Method and Description |
|---|---|
URL |
getURL() |
static OfflineWebPages |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OfflineWebPages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OfflineWebPages SOAPUI_START_PAGE
public static final OfflineWebPages ENDPOINT_EXPLORER
public static OfflineWebPages[] values()
for (OfflineWebPages c : OfflineWebPages.values()) System.out.println(c);
public static OfflineWebPages 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 nullCopyright © 2019. All rights reserved.