Enum Class PublicationEnumeration

java.lang.Object
java.lang.Enum<PublicationEnumeration>
uk.org.netex.www.netex.PublicationEnumeration
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<PublicationEnumeration>, Constable

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
  • Enum Constant Details

    • PUBLICATION_ENUMERATION_UNSPECIFIED

      public static final PublicationEnumeration PUBLICATION_ENUMERATION_UNSPECIFIED
       Default
       
      PUBLICATION_ENUMERATION_UNSPECIFIED = 0;
    • PUBLICATION_ENUMERATION_PUBLIC

      public static final PublicationEnumeration 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

      public static final PublicationEnumeration 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

      public static final PublicationEnumeration 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

      public static final PublicationEnumeration 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

      public static final PublicationEnumeration 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

      public static final PublicationEnumeration 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

      public static final PublicationEnumeration UNRECOGNIZED
  • Field Details

    • PUBLICATION_ENUMERATION_UNSPECIFIED_VALUE

      public static final int PUBLICATION_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      PUBLICATION_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • PUBLICATION_ENUMERATION_PUBLIC_VALUE

      public static final int PUBLICATION_ENUMERATION_PUBLIC_VALUE
       Entity 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_VALUE
       Publication 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_VALUE
       Entity 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_VALUE
       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;
      See Also:
    • PUBLICATION_ENUMERATION_AUTHORISED_VALUE

      public static final int PUBLICATION_ENUMERATION_AUTHORISED_VALUE
       Access 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_VALUE
       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;
      See Also:
  • Method Details

    • values

      public static PublicationEnumeration[] 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

      public static PublicationEnumeration valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static PublicationEnumeration valueOf(int value)
      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static PublicationEnumeration forNumber(int value)
      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:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final 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 name
      NullPointerException - if the argument is null