Package uk.org.netex.www.netex
Enum Class DataRoleTypeEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<DataRoleTypeEnumeration>,Constable
@Generated
public enum DataRoleTypeEnumeration
extends Enum<DataRoleTypeEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Allowed values for Administrative Roles. [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 112:49]Protobuf enum
uk.org.netex.www.netex.DataRoleTypeEnumeration-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 122:41][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 117:34][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 119:39][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 121:39][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 118:38][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 123:42][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 128:36][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 127:35][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 125:44][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 124:38][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 126:39]Default[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 120:40] -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 122:41]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 117:34]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 119:39]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 121:39]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 118:38]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 123:42]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 128:36]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 127:35]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 125:44]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 124:38]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 126:39]static final intDefaultstatic final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 120:40] -
Method Summary
Modifier and TypeMethodDescriptionstatic DataRoleTypeEnumerationforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<DataRoleTypeEnumeration> static DataRoleTypeEnumerationvalueOf(int value) Deprecated.static DataRoleTypeEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static DataRoleTypeEnumerationReturns the enum constant of this class with the specified name.static DataRoleTypeEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DATA_ROLE_TYPE_ENUMERATION_UNSPECIFIED
Default
DATA_ROLE_TYPE_ENUMERATION_UNSPECIFIED = 0; -
DATA_ROLE_TYPE_ENUMERATION_ALL
[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 117:34]
DATA_ROLE_TYPE_ENUMERATION_ALL = 1; -
DATA_ROLE_TYPE_ENUMERATION_CREATES
[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 118:38]
DATA_ROLE_TYPE_ENUMERATION_CREATES = 2; -
DATA_ROLE_TYPE_ENUMERATION_AUGMENTS
[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 119:39]
DATA_ROLE_TYPE_ENUMERATION_AUGMENTS = 3; -
DATA_ROLE_TYPE_ENUMERATION_VALIDATES
[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 120:40]
DATA_ROLE_TYPE_ENUMERATION_VALIDATES = 4; -
DATA_ROLE_TYPE_ENUMERATION_COLLECTS
[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 121:39]
DATA_ROLE_TYPE_ENUMERATION_COLLECTS = 5; -
DATA_ROLE_TYPE_ENUMERATION_AGGREGATES
[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 122:41]
DATA_ROLE_TYPE_ENUMERATION_AGGREGATES = 6; -
DATA_ROLE_TYPE_ENUMERATION_DISTRIBUTES
[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 123:42]
DATA_ROLE_TYPE_ENUMERATION_DISTRIBUTES = 7; -
DATA_ROLE_TYPE_ENUMERATION_SECURES
[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 124:38]
DATA_ROLE_TYPE_ENUMERATION_SECURES = 8; -
DATA_ROLE_TYPE_ENUMERATION_REDISTRIBUTES
[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 125:44]
DATA_ROLE_TYPE_ENUMERATION_REDISTRIBUTES = 9; -
DATA_ROLE_TYPE_ENUMERATION_SUPPORTS
[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 126:39]
DATA_ROLE_TYPE_ENUMERATION_SUPPORTS = 13; -
DATA_ROLE_TYPE_ENUMERATION_OWNS
[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 127:35]
DATA_ROLE_TYPE_ENUMERATION_OWNS = 10; -
DATA_ROLE_TYPE_ENUMERATION_OTHER
[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 128:36]
DATA_ROLE_TYPE_ENUMERATION_OTHER = 11; -
UNRECOGNIZED
-
-
Field Details
-
DATA_ROLE_TYPE_ENUMERATION_UNSPECIFIED_VALUE
public static final int DATA_ROLE_TYPE_ENUMERATION_UNSPECIFIED_VALUEDefault
DATA_ROLE_TYPE_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
DATA_ROLE_TYPE_ENUMERATION_ALL_VALUE
public static final int DATA_ROLE_TYPE_ENUMERATION_ALL_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 117:34]
DATA_ROLE_TYPE_ENUMERATION_ALL = 1;- See Also:
-
DATA_ROLE_TYPE_ENUMERATION_CREATES_VALUE
public static final int DATA_ROLE_TYPE_ENUMERATION_CREATES_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 118:38]
DATA_ROLE_TYPE_ENUMERATION_CREATES = 2;- See Also:
-
DATA_ROLE_TYPE_ENUMERATION_AUGMENTS_VALUE
public static final int DATA_ROLE_TYPE_ENUMERATION_AUGMENTS_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 119:39]
DATA_ROLE_TYPE_ENUMERATION_AUGMENTS = 3;- See Also:
-
DATA_ROLE_TYPE_ENUMERATION_VALIDATES_VALUE
public static final int DATA_ROLE_TYPE_ENUMERATION_VALIDATES_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 120:40]
DATA_ROLE_TYPE_ENUMERATION_VALIDATES = 4;- See Also:
-
DATA_ROLE_TYPE_ENUMERATION_COLLECTS_VALUE
public static final int DATA_ROLE_TYPE_ENUMERATION_COLLECTS_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 121:39]
DATA_ROLE_TYPE_ENUMERATION_COLLECTS = 5;- See Also:
-
DATA_ROLE_TYPE_ENUMERATION_AGGREGATES_VALUE
public static final int DATA_ROLE_TYPE_ENUMERATION_AGGREGATES_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 122:41]
DATA_ROLE_TYPE_ENUMERATION_AGGREGATES = 6;- See Also:
-
DATA_ROLE_TYPE_ENUMERATION_DISTRIBUTES_VALUE
public static final int DATA_ROLE_TYPE_ENUMERATION_DISTRIBUTES_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 123:42]
DATA_ROLE_TYPE_ENUMERATION_DISTRIBUTES = 7;- See Also:
-
DATA_ROLE_TYPE_ENUMERATION_SECURES_VALUE
public static final int DATA_ROLE_TYPE_ENUMERATION_SECURES_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 124:38]
DATA_ROLE_TYPE_ENUMERATION_SECURES = 8;- See Also:
-
DATA_ROLE_TYPE_ENUMERATION_REDISTRIBUTES_VALUE
public static final int DATA_ROLE_TYPE_ENUMERATION_REDISTRIBUTES_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 125:44]
DATA_ROLE_TYPE_ENUMERATION_REDISTRIBUTES = 9;- See Also:
-
DATA_ROLE_TYPE_ENUMERATION_SUPPORTS_VALUE
public static final int DATA_ROLE_TYPE_ENUMERATION_SUPPORTS_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 126:39]
DATA_ROLE_TYPE_ENUMERATION_SUPPORTS = 13;- See Also:
-
DATA_ROLE_TYPE_ENUMERATION_OWNS_VALUE
public static final int DATA_ROLE_TYPE_ENUMERATION_OWNS_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 127:35]
DATA_ROLE_TYPE_ENUMERATION_OWNS = 10;- See Also:
-
DATA_ROLE_TYPE_ENUMERATION_OTHER_VALUE
public static final int DATA_ROLE_TYPE_ENUMERATION_OTHER_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 128:36]
DATA_ROLE_TYPE_ENUMERATION_OTHER = 11;- 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<DataRoleTypeEnumeration> 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 DataRoleTypeEnumeration 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
-