Package uk.org.netex.www.netex
Enum Class PublicationEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<PublicationEnumeration>,Constable
@Generated
public enum PublicationEnumeration
extends Enum<PublicationEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Indicates whether this ENTITY is intended for unrestricted publication, or the publication of its data should be limited. Enumerated value. [netex_framework/netex_responsibility/netex_version_support.xsd at 95:48]Protobuf enum
uk.org.netex.www.netex.PublicationEnumeration-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAccess to or usage of Entity requires authorisation.Entity is confidential i.e. has legal implications or usage requires consent.Entity should be private e.g. for internal use.Entity should be public.Publication of Entity should be restricted.Entity is used for testing i.e. contains test data.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccess to or usage of Entity requires authorisation.static final intEntity is confidential i.e. has legal implications or usage requires consent.static final intEntity should be private e.g. for internal use.static final intEntity should be public.static final intPublication of Entity should be restricted.static final intEntity is used for testing i.e. contains test data.static final intDefault -
Method Summary
Modifier and TypeMethodDescriptionstatic PublicationEnumerationforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<PublicationEnumeration> static PublicationEnumerationvalueOf(int value) Deprecated.static PublicationEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static PublicationEnumerationReturns the enum constant of this class with the specified name.static PublicationEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PUBLICATION_ENUMERATION_UNSPECIFIED
Default
PUBLICATION_ENUMERATION_UNSPECIFIED = 0; -
PUBLICATION_ENUMERATION_PUBLIC
Entity should be public. [netex_framework/netex_responsibility/netex_version_support.xsd at 100:36]
PUBLICATION_ENUMERATION_PUBLIC = 1; -
PUBLICATION_ENUMERATION_RESTRICTED
Publication of Entity should be restricted. [netex_framework/netex_responsibility/netex_version_support.xsd at 105:40]
PUBLICATION_ENUMERATION_RESTRICTED = 2; -
PUBLICATION_ENUMERATION_PRIVATE
Entity should be private e.g. for internal use. [netex_framework/netex_responsibility/netex_version_support.xsd at 110:37]
PUBLICATION_ENUMERATION_PRIVATE = 3; -
PUBLICATION_ENUMERATION_CONFIDENTIAL
Entity is confidential i.e. has legal implications or usage requires consent. [netex_framework/netex_responsibility/netex_version_support.xsd at 115:42]
PUBLICATION_ENUMERATION_CONFIDENTIAL = 4; -
PUBLICATION_ENUMERATION_AUTHORISED
Access to or usage of Entity requires authorisation. [netex_framework/netex_responsibility/netex_version_support.xsd at 120:40]
PUBLICATION_ENUMERATION_AUTHORISED = 5; -
PUBLICATION_ENUMERATION_TEST
Entity is used for testing i.e. contains test data. [netex_framework/netex_responsibility/netex_version_support.xsd at 125:34]
PUBLICATION_ENUMERATION_TEST = 6; -
UNRECOGNIZED
-
-
Field Details
-
PUBLICATION_ENUMERATION_UNSPECIFIED_VALUE
public static final int PUBLICATION_ENUMERATION_UNSPECIFIED_VALUEDefault
PUBLICATION_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
PUBLICATION_ENUMERATION_PUBLIC_VALUE
public static final int PUBLICATION_ENUMERATION_PUBLIC_VALUEEntity should be public. [netex_framework/netex_responsibility/netex_version_support.xsd at 100:36]
PUBLICATION_ENUMERATION_PUBLIC = 1;- See Also:
-
PUBLICATION_ENUMERATION_RESTRICTED_VALUE
public static final int PUBLICATION_ENUMERATION_RESTRICTED_VALUEPublication of Entity should be restricted. [netex_framework/netex_responsibility/netex_version_support.xsd at 105:40]
PUBLICATION_ENUMERATION_RESTRICTED = 2;- See Also:
-
PUBLICATION_ENUMERATION_PRIVATE_VALUE
public static final int PUBLICATION_ENUMERATION_PRIVATE_VALUEEntity should be private e.g. for internal use. [netex_framework/netex_responsibility/netex_version_support.xsd at 110:37]
PUBLICATION_ENUMERATION_PRIVATE = 3;- See Also:
-
PUBLICATION_ENUMERATION_CONFIDENTIAL_VALUE
public static final int PUBLICATION_ENUMERATION_CONFIDENTIAL_VALUEEntity is confidential i.e. has legal implications or usage requires consent. [netex_framework/netex_responsibility/netex_version_support.xsd at 115:42]
PUBLICATION_ENUMERATION_CONFIDENTIAL = 4;- See Also:
-
PUBLICATION_ENUMERATION_AUTHORISED_VALUE
public static final int PUBLICATION_ENUMERATION_AUTHORISED_VALUEAccess to or usage of Entity requires authorisation. [netex_framework/netex_responsibility/netex_version_support.xsd at 120:40]
PUBLICATION_ENUMERATION_AUTHORISED = 5;- See Also:
-
PUBLICATION_ENUMERATION_TEST_VALUE
public static final int PUBLICATION_ENUMERATION_TEST_VALUEEntity is used for testing i.e. contains test data. [netex_framework/netex_responsibility/netex_version_support.xsd at 125:34]
PUBLICATION_ENUMERATION_TEST = 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<PublicationEnumeration> 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 com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static PublicationEnumeration 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
-