public enum CommunicationsTransportMethodEnumeration extends Enum<CommunicationsTransportMethodEnumeration>
Java class for CommunicationsTransportMethodEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CommunicationsTransportMethodEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="httpPost"/>
<enumeration value="other"/>
<enumeration value="wsdlSoap"/>
<enumeration value="wsdlSoapDocumentLiteral"/>
<enumeration value="httpUrlJSON"/>
<enumeration value="httpUrlProtoBuffers"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
HTTP_POST |
HTTP_URL_JSON |
HTTP_URL_PROTO_BUFFERS |
OTHER |
WSDL_SOAP |
WSDL_SOAP_DOCUMENT_LITERAL |
| Modifier and Type | Method and Description |
|---|---|
static CommunicationsTransportMethodEnumeration |
fromValue(String v) |
String |
value() |
static CommunicationsTransportMethodEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunicationsTransportMethodEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommunicationsTransportMethodEnumeration HTTP_POST
public static final CommunicationsTransportMethodEnumeration OTHER
public static final CommunicationsTransportMethodEnumeration WSDL_SOAP
public static final CommunicationsTransportMethodEnumeration WSDL_SOAP_DOCUMENT_LITERAL
public static final CommunicationsTransportMethodEnumeration HTTP_URL_JSON
public static final CommunicationsTransportMethodEnumeration HTTP_URL_PROTO_BUFFERS
public static CommunicationsTransportMethodEnumeration[] values()
for (CommunicationsTransportMethodEnumeration c : CommunicationsTransportMethodEnumeration.values()) System.out.println(c);
public static CommunicationsTransportMethodEnumeration 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 value()
public static CommunicationsTransportMethodEnumeration fromValue(String v)
Copyright © 2018 Entur AS. All rights reserved.