public enum GatewayConfigNamespace extends Enum<GatewayConfigNamespace>
GatewayConfigParser| Enum Constant and Description |
|---|
AUGUST_2012 |
CURRENT_NS |
DRAGONFIRE |
EXCALIBUR |
MARCH_2012 |
NOVEMBER_2015 |
SEPTEMBER_2012 |
SEPTEMBER_2014 |
| Modifier and Type | Method and Description |
|---|---|
static GatewayConfigNamespace |
fromURI(String nsURI) |
String |
toURI() |
static GatewayConfigNamespace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GatewayConfigNamespace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GatewayConfigNamespace DRAGONFIRE
public static final GatewayConfigNamespace EXCALIBUR
public static final GatewayConfigNamespace MARCH_2012
public static final GatewayConfigNamespace AUGUST_2012
public static final GatewayConfigNamespace SEPTEMBER_2012
public static final GatewayConfigNamespace SEPTEMBER_2014
public static final GatewayConfigNamespace NOVEMBER_2015
public static final GatewayConfigNamespace CURRENT_NS
public static GatewayConfigNamespace[] values()
for (GatewayConfigNamespace c : GatewayConfigNamespace.values()) System.out.println(c);
public static GatewayConfigNamespace 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 static GatewayConfigNamespace fromURI(String nsURI)
public String toURI()
Copyright © 2014–2016. All rights reserved.