Package uk.org.siri.www.siri
Enum Class CommunicationsTransportMethodEnumeration
java.lang.Object
java.lang.Enum<CommunicationsTransportMethodEnumeration>
uk.org.siri.www.siri.CommunicationsTransportMethodEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<CommunicationsTransportMethodEnumeration>,Constable
public enum CommunicationsTransportMethodEnumeration
extends Enum<CommunicationsTransportMethodEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Enumeration of communications transport method usage. [siri/siri_request_support-v2.0.xsd at 165:66]Protobuf enum
uk.org.siri.www.siri.CommunicationsTransportMethodEnumeration-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription[siri/siri_request_support-v2.0.xsd at 170:39][siri/siri_request_support-v2.0.xsd at 174:42][siri/siri_request_support-v2.0.xsd at 175:50][siri/siri_request_support-v2.0.xsd at 171:36]Default[siri/siri_request_support-v2.0.xsd at 172:39][siri/siri_request_support-v2.0.xsd at 173:54] -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[siri/siri_request_support-v2.0.xsd at 170:39]static final int[siri/siri_request_support-v2.0.xsd at 174:42]static final int[siri/siri_request_support-v2.0.xsd at 175:50]static final int[siri/siri_request_support-v2.0.xsd at 171:36]static final intDefaultstatic final int[siri/siri_request_support-v2.0.xsd at 173:54]static final int[siri/siri_request_support-v2.0.xsd at 172:39] -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<CommunicationsTransportMethodEnumeration> valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_UNSPECIFIED
public static final CommunicationsTransportMethodEnumeration COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_UNSPECIFIEDDefault
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_UNSPECIFIED = 0; -
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_POST
public static final CommunicationsTransportMethodEnumeration COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_POST[siri/siri_request_support-v2.0.xsd at 170:39]
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_POST = 1; -
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_OTHER
public static final CommunicationsTransportMethodEnumeration COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_OTHER[siri/siri_request_support-v2.0.xsd at 171:36]
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_OTHER = 2; -
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP
public static final CommunicationsTransportMethodEnumeration COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP[siri/siri_request_support-v2.0.xsd at 172:39]
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP = 3; -
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP_DOCUMENT_LITERAL
public static final CommunicationsTransportMethodEnumeration COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP_DOCUMENT_LITERAL[siri/siri_request_support-v2.0.xsd at 173:54]
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP_DOCUMENT_LITERAL = 4; -
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_JSON
public static final CommunicationsTransportMethodEnumeration COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_JSON[siri/siri_request_support-v2.0.xsd at 174:42]
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_JSON = 5; -
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_PROTO_BUFFERS
public static final CommunicationsTransportMethodEnumeration COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_PROTO_BUFFERS[siri/siri_request_support-v2.0.xsd at 175:50]
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_PROTO_BUFFERS = 6; -
UNRECOGNIZED
-
-
Field Details
-
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_UNSPECIFIED_VALUE
public static final int COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_UNSPECIFIED_VALUEDefault
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_POST_VALUE
public static final int COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_POST_VALUE[siri/siri_request_support-v2.0.xsd at 170:39]
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_POST = 1;- See Also:
-
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_OTHER_VALUE
public static final int COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_OTHER_VALUE[siri/siri_request_support-v2.0.xsd at 171:36]
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_OTHER = 2;- See Also:
-
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP_VALUE
public static final int COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP_VALUE[siri/siri_request_support-v2.0.xsd at 172:39]
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP = 3;- See Also:
-
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP_DOCUMENT_LITERAL_VALUE
public static final int COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP_DOCUMENT_LITERAL_VALUE[siri/siri_request_support-v2.0.xsd at 173:54]
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_WSDL_SOAP_DOCUMENT_LITERAL = 4;- See Also:
-
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_JSON_VALUE
public static final int COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_JSON_VALUE[siri/siri_request_support-v2.0.xsd at 174:42]
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_JSON = 5;- See Also:
-
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_PROTO_BUFFERS_VALUE
public static final int COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_PROTO_BUFFERS_VALUE[siri/siri_request_support-v2.0.xsd at 175:50]
COMMUNICATIONS_TRANSPORT_METHOD_ENUMERATION_HTTP_URL_PROTO_BUFFERS = 6;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<CommunicationsTransportMethodEnumeration> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static CommunicationsTransportMethodEnumeration valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-