Package uk.org.netex.www.netex
Enum Class ModificationEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<ModificationEnumeration>,Constable
@Generated
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-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThis is a deletion of an existing entity.This is just the changes to a previous version of an entity.This is a definition of a new entity.This is a revision to an existing entity.This is a repeat of the values to an entity that has not change since the previous version.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThis is a deletion of an existing entity.static final intThis is just the changes to a previous version of an entity.static final intThis is a definition of a new entity.static final intThis is a revision to an existing entity.static final intThis is a repeat of the values to an entity that has not change since the previous version.static final intDefault -
Method Summary
Modifier and TypeMethodDescriptionstatic ModificationEnumerationforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<ModificationEnumeration> static ModificationEnumerationvalueOf(int value) Deprecated.static ModificationEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static ModificationEnumerationReturns the enum constant of this class with the specified name.static ModificationEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MODIFICATION_ENUMERATION_UNSPECIFIED
Default
MODIFICATION_ENUMERATION_UNSPECIFIED = 0; -
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
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
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
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
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
-
-
Field Details
-
MODIFICATION_ENUMERATION_UNSPECIFIED_VALUE
public static final int MODIFICATION_ENUMERATION_UNSPECIFIED_VALUEDefault
MODIFICATION_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
MODIFICATION_ENUMERATION_NEW_VALUE
public static final int MODIFICATION_ENUMERATION_NEW_VALUEThis 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_VALUEThis 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_VALUEThis 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_VALUEThis 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_VALUEThis 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
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<ModificationEnumeration> 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 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 nameNullPointerException- if the argument is null
-