Enum Class ModificationEnumeration

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

public enum ModificationEnumeration extends Enum<ModificationEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Classification of modification as addition, deletion or revision. Enumerated value.  [netex_framework/netex_responsibility/netex_version_support.xsd at 132:49]
 
Protobuf enum uk.org.netex.www.netex.ModificationEnumeration
  • Enum Constant Details

    • MODIFICATION_ENUMERATION_UNSPECIFIED

      public static final ModificationEnumeration MODIFICATION_ENUMERATION_UNSPECIFIED
       Default
       
      MODIFICATION_ENUMERATION_UNSPECIFIED = 0;
    • MODIFICATION_ENUMERATION_NEW

      public static final ModificationEnumeration MODIFICATION_ENUMERATION_NEW
       This is a definition of a new entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 137:33]
       
      MODIFICATION_ENUMERATION_NEW = 1;
    • MODIFICATION_ENUMERATION_REVISE

      public static final ModificationEnumeration MODIFICATION_ENUMERATION_REVISE
       This is a revision to an existing entity. All values are replaced.  [netex_framework/netex_responsibility/netex_version_support.xsd at 142:36]
       
      MODIFICATION_ENUMERATION_REVISE = 3;
    • MODIFICATION_ENUMERATION_DELETE

      public static final ModificationEnumeration MODIFICATION_ENUMERATION_DELETE
       This is a deletion of an existing entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 147:36]
       
      MODIFICATION_ENUMERATION_DELETE = 2;
    • MODIFICATION_ENUMERATION_UNCHANGED

      public static final ModificationEnumeration MODIFICATION_ENUMERATION_UNCHANGED
       This is a repeat of the values to an entity that has not change since the previous version. All values are replaced.  [netex_framework/netex_responsibility/netex_version_support.xsd at 152:39]
       
      MODIFICATION_ENUMERATION_UNCHANGED = 4;
    • MODIFICATION_ENUMERATION_DELTA

      public static final ModificationEnumeration MODIFICATION_ENUMERATION_DELTA
       This is just the changes to a previous version of an entity. Optional values are only provided if they have changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 157:35]
       
      MODIFICATION_ENUMERATION_DELTA = 5;
    • UNRECOGNIZED

      public static final ModificationEnumeration UNRECOGNIZED
  • Field Details

    • MODIFICATION_ENUMERATION_UNSPECIFIED_VALUE

      public static final int MODIFICATION_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      MODIFICATION_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • MODIFICATION_ENUMERATION_NEW_VALUE

      public static final int MODIFICATION_ENUMERATION_NEW_VALUE
       This is a definition of a new entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 137:33]
       
      MODIFICATION_ENUMERATION_NEW = 1;
      See Also:
    • MODIFICATION_ENUMERATION_REVISE_VALUE

      public static final int MODIFICATION_ENUMERATION_REVISE_VALUE
       This is a revision to an existing entity. All values are replaced.  [netex_framework/netex_responsibility/netex_version_support.xsd at 142:36]
       
      MODIFICATION_ENUMERATION_REVISE = 3;
      See Also:
    • MODIFICATION_ENUMERATION_DELETE_VALUE

      public static final int MODIFICATION_ENUMERATION_DELETE_VALUE
       This is a deletion of an existing entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 147:36]
       
      MODIFICATION_ENUMERATION_DELETE = 2;
      See Also:
    • MODIFICATION_ENUMERATION_UNCHANGED_VALUE

      public static final int MODIFICATION_ENUMERATION_UNCHANGED_VALUE
       This is a repeat of the values to an entity that has not change since the previous version. All values are replaced.  [netex_framework/netex_responsibility/netex_version_support.xsd at 152:39]
       
      MODIFICATION_ENUMERATION_UNCHANGED = 4;
      See Also:
    • MODIFICATION_ENUMERATION_DELTA_VALUE

      public static final int MODIFICATION_ENUMERATION_DELTA_VALUE
       This is just the changes to a previous version of an entity. Optional values are only provided if they have changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 157:35]
       
      MODIFICATION_ENUMERATION_DELTA = 5;
      See Also:
  • Method Details

    • values

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