public enum SDMXRegistryInterfaceType extends Enum<SDMXRegistryInterfaceType>
| Enum Constant and Description |
|---|
RESTV1 |
RESTV2 |
RESTV2_1 |
SOAPV1 |
SOAPV2 |
SOAPV2_1 |
| Modifier and Type | Method and Description |
|---|---|
String |
getModelVersion() |
String |
getName() |
static SDMXRegistryInterfaceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SDMXRegistryInterfaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SDMXRegistryInterfaceType RESTV1
public static final SDMXRegistryInterfaceType RESTV2
public static final SDMXRegistryInterfaceType RESTV2_1
public static final SDMXRegistryInterfaceType SOAPV1
public static final SDMXRegistryInterfaceType SOAPV2
public static final SDMXRegistryInterfaceType SOAPV2_1
public static SDMXRegistryInterfaceType[] values()
for (SDMXRegistryInterfaceType c : SDMXRegistryInterfaceType.values()) System.out.println(c);
public static SDMXRegistryInterfaceType 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 String getModelVersion()
Copyright © 2019. All Rights Reserved.