Enum Class SiteTypeEnumeration

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

@Generated public enum SiteTypeEnumeration extends Enum<SiteTypeEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Types of SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 375:45]
 
Protobuf enum uk.org.netex.www.netex.SiteTypeEnumeration
  • Enum Constant Details

    • SITE_TYPE_ENUMERATION_UNSPECIFIED

      public static final SiteTypeEnumeration SITE_TYPE_ENUMERATION_UNSPECIFIED
       Default
       
      SITE_TYPE_ENUMERATION_UNSPECIFIED = 0;
    • SITE_TYPE_ENUMERATION_SCHOOL

      public static final SiteTypeEnumeration SITE_TYPE_ENUMERATION_SCHOOL
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 380:37]
       
      SITE_TYPE_ENUMERATION_SCHOOL = 1;
    • SITE_TYPE_ENUMERATION_UNIVERSITY

      public static final SiteTypeEnumeration SITE_TYPE_ENUMERATION_UNIVERSITY
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 381:41]
       
      SITE_TYPE_ENUMERATION_UNIVERSITY = 2;
    • SITE_TYPE_ENUMERATION_WORKS

      public static final SiteTypeEnumeration SITE_TYPE_ENUMERATION_WORKS
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 382:36]
       
      SITE_TYPE_ENUMERATION_WORKS = 3;
    • SITE_TYPE_ENUMERATION_OFFICE

      public static final SiteTypeEnumeration SITE_TYPE_ENUMERATION_OFFICE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 383:37]
       
      SITE_TYPE_ENUMERATION_OFFICE = 4;
    • SITE_TYPE_ENUMERATION_MILITARY_BASE

      public static final SiteTypeEnumeration SITE_TYPE_ENUMERATION_MILITARY_BASE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 384:43]
       
      SITE_TYPE_ENUMERATION_MILITARY_BASE = 5;
    • SITE_TYPE_ENUMERATION_RETAIL

      public static final SiteTypeEnumeration SITE_TYPE_ENUMERATION_RETAIL
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 385:37]
       
      SITE_TYPE_ENUMERATION_RETAIL = 6;
    • SITE_TYPE_ENUMERATION_TRANSPORT

      public static final SiteTypeEnumeration SITE_TYPE_ENUMERATION_TRANSPORT
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 386:40]
       
      SITE_TYPE_ENUMERATION_TRANSPORT = 12;
    • SITE_TYPE_ENUMERATION_SPORTS

      public static final SiteTypeEnumeration SITE_TYPE_ENUMERATION_SPORTS
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 387:37]
       
      SITE_TYPE_ENUMERATION_SPORTS = 8;
    • SITE_TYPE_ENUMERATION_GOVERNMENT

      public static final SiteTypeEnumeration SITE_TYPE_ENUMERATION_GOVERNMENT
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 388:41]
       
      SITE_TYPE_ENUMERATION_GOVERNMENT = 9;
    • SITE_TYPE_ENUMERATION_CULTURAL_ATTRACTION

      public static final SiteTypeEnumeration SITE_TYPE_ENUMERATION_CULTURAL_ATTRACTION
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 389:49]
       
      SITE_TYPE_ENUMERATION_CULTURAL_ATTRACTION = 10;
    • SITE_TYPE_ENUMERATION_OTHER

      public static final SiteTypeEnumeration SITE_TYPE_ENUMERATION_OTHER
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 390:36]
       
      SITE_TYPE_ENUMERATION_OTHER = 7;
    • UNRECOGNIZED

      public static final SiteTypeEnumeration UNRECOGNIZED
  • Field Details

    • SITE_TYPE_ENUMERATION_UNSPECIFIED_VALUE

      public static final int SITE_TYPE_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      SITE_TYPE_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • SITE_TYPE_ENUMERATION_SCHOOL_VALUE

      public static final int SITE_TYPE_ENUMERATION_SCHOOL_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 380:37]
       
      SITE_TYPE_ENUMERATION_SCHOOL = 1;
      See Also:
    • SITE_TYPE_ENUMERATION_UNIVERSITY_VALUE

      public static final int SITE_TYPE_ENUMERATION_UNIVERSITY_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 381:41]
       
      SITE_TYPE_ENUMERATION_UNIVERSITY = 2;
      See Also:
    • SITE_TYPE_ENUMERATION_WORKS_VALUE

      public static final int SITE_TYPE_ENUMERATION_WORKS_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 382:36]
       
      SITE_TYPE_ENUMERATION_WORKS = 3;
      See Also:
    • SITE_TYPE_ENUMERATION_OFFICE_VALUE

      public static final int SITE_TYPE_ENUMERATION_OFFICE_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 383:37]
       
      SITE_TYPE_ENUMERATION_OFFICE = 4;
      See Also:
    • SITE_TYPE_ENUMERATION_MILITARY_BASE_VALUE

      public static final int SITE_TYPE_ENUMERATION_MILITARY_BASE_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 384:43]
       
      SITE_TYPE_ENUMERATION_MILITARY_BASE = 5;
      See Also:
    • SITE_TYPE_ENUMERATION_RETAIL_VALUE

      public static final int SITE_TYPE_ENUMERATION_RETAIL_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 385:37]
       
      SITE_TYPE_ENUMERATION_RETAIL = 6;
      See Also:
    • SITE_TYPE_ENUMERATION_TRANSPORT_VALUE

      public static final int SITE_TYPE_ENUMERATION_TRANSPORT_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 386:40]
       
      SITE_TYPE_ENUMERATION_TRANSPORT = 12;
      See Also:
    • SITE_TYPE_ENUMERATION_SPORTS_VALUE

      public static final int SITE_TYPE_ENUMERATION_SPORTS_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 387:37]
       
      SITE_TYPE_ENUMERATION_SPORTS = 8;
      See Also:
    • SITE_TYPE_ENUMERATION_GOVERNMENT_VALUE

      public static final int SITE_TYPE_ENUMERATION_GOVERNMENT_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 388:41]
       
      SITE_TYPE_ENUMERATION_GOVERNMENT = 9;
      See Also:
    • SITE_TYPE_ENUMERATION_CULTURAL_ATTRACTION_VALUE

      public static final int SITE_TYPE_ENUMERATION_CULTURAL_ATTRACTION_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 389:49]
       
      SITE_TYPE_ENUMERATION_CULTURAL_ATTRACTION = 10;
      See Also:
    • SITE_TYPE_ENUMERATION_OTHER_VALUE

      public static final int SITE_TYPE_ENUMERATION_OTHER_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 390:36]
       
      SITE_TYPE_ENUMERATION_OTHER = 7;
      See Also:
  • Method Details

    • values

      public static SiteTypeEnumeration[] 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 SiteTypeEnumeration 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 SiteTypeEnumeration 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 SiteTypeEnumeration 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<SiteTypeEnumeration> 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 com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static SiteTypeEnumeration 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