Package uk.org.netex.www.netex
Enum Class StakeholderRoleTypeEnumeration
java.lang.Object
java.lang.Enum<StakeholderRoleTypeEnumeration>
uk.org.netex.www.netex.StakeholderRoleTypeEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<StakeholderRoleTypeEnumeration>,Constable
@Generated
public enum StakeholderRoleTypeEnumeration
extends Enum<StakeholderRoleTypeEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Allowed values for Stakeholder Roles. [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 88:56]Protobuf enum
uk.org.netex.www.netex.StakeholderRoleTypeEnumeration-
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 95:38][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 101:46][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 102:44][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 97:51][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 98:45][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 99:40][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 94:40][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 103:36][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 93:39][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 96:42][netex_framework/netex_responsibility/netex_responsibility_support.xsd at 100:49]Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 95:38]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 101:46]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 102:44]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 97:51]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 98:45]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 99:40]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 94:40]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 103:36]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 93:39]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 96:42]static final int[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 100:49]static final intDefault -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<StakeholderRoleTypeEnumeration> valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static StakeholderRoleTypeEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STAKEHOLDER_ROLE_TYPE_ENUMERATION_UNSPECIFIED
Default
STAKEHOLDER_ROLE_TYPE_ENUMERATION_UNSPECIFIED = 0; -
STAKEHOLDER_ROLE_TYPE_ENUMERATION_PLANNING
[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 93:39]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_PLANNING = 1; -
STAKEHOLDER_ROLE_TYPE_ENUMERATION_OPERATION
[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 94:40]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_OPERATION = 2; -
STAKEHOLDER_ROLE_TYPE_ENUMERATION_CONTROL
[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 95:38]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_CONTROL = 3; -
STAKEHOLDER_ROLE_TYPE_ENUMERATION_RESERVATION
[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 96:42]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_RESERVATION = 4; -
STAKEHOLDER_ROLE_TYPE_ENUMERATION_ENTITY_LEGAL_OWNERSHIP
public static final StakeholderRoleTypeEnumeration STAKEHOLDER_ROLE_TYPE_ENUMERATION_ENTITY_LEGAL_OWNERSHIP[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 97:51]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_ENTITY_LEGAL_OWNERSHIP = 5; -
STAKEHOLDER_ROLE_TYPE_ENUMERATION_FARE_MANAGEMENT
public static final StakeholderRoleTypeEnumeration STAKEHOLDER_ROLE_TYPE_ENUMERATION_FARE_MANAGEMENT[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 98:45]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_FARE_MANAGEMENT = 6; -
STAKEHOLDER_ROLE_TYPE_ENUMERATION_FINANCING
[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 99:40]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_FINANCING = 12; -
STAKEHOLDER_ROLE_TYPE_ENUMERATION_SECURITY_MANAGEMENT
public static final StakeholderRoleTypeEnumeration STAKEHOLDER_ROLE_TYPE_ENUMERATION_SECURITY_MANAGEMENT[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 100:49]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_SECURITY_MANAGEMENT = 7; -
STAKEHOLDER_ROLE_TYPE_ENUMERATION_CUSTOMER_SERVICE
public static final StakeholderRoleTypeEnumeration STAKEHOLDER_ROLE_TYPE_ENUMERATION_CUSTOMER_SERVICE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 101:46]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_CUSTOMER_SERVICE = 13; -
STAKEHOLDER_ROLE_TYPE_ENUMERATION_DATA_REGISTRAR
[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 102:44]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_DATA_REGISTRAR = 8; -
STAKEHOLDER_ROLE_TYPE_ENUMERATION_OTHER
[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 103:36]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_OTHER = 9; -
UNRECOGNIZED
-
-
Field Details
-
STAKEHOLDER_ROLE_TYPE_ENUMERATION_UNSPECIFIED_VALUE
public static final int STAKEHOLDER_ROLE_TYPE_ENUMERATION_UNSPECIFIED_VALUEDefault
STAKEHOLDER_ROLE_TYPE_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
STAKEHOLDER_ROLE_TYPE_ENUMERATION_PLANNING_VALUE
public static final int STAKEHOLDER_ROLE_TYPE_ENUMERATION_PLANNING_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 93:39]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_PLANNING = 1;- See Also:
-
STAKEHOLDER_ROLE_TYPE_ENUMERATION_OPERATION_VALUE
public static final int STAKEHOLDER_ROLE_TYPE_ENUMERATION_OPERATION_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 94:40]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_OPERATION = 2;- See Also:
-
STAKEHOLDER_ROLE_TYPE_ENUMERATION_CONTROL_VALUE
public static final int STAKEHOLDER_ROLE_TYPE_ENUMERATION_CONTROL_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 95:38]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_CONTROL = 3;- See Also:
-
STAKEHOLDER_ROLE_TYPE_ENUMERATION_RESERVATION_VALUE
public static final int STAKEHOLDER_ROLE_TYPE_ENUMERATION_RESERVATION_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 96:42]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_RESERVATION = 4;- See Also:
-
STAKEHOLDER_ROLE_TYPE_ENUMERATION_ENTITY_LEGAL_OWNERSHIP_VALUE
public static final int STAKEHOLDER_ROLE_TYPE_ENUMERATION_ENTITY_LEGAL_OWNERSHIP_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 97:51]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_ENTITY_LEGAL_OWNERSHIP = 5;- See Also:
-
STAKEHOLDER_ROLE_TYPE_ENUMERATION_FARE_MANAGEMENT_VALUE
public static final int STAKEHOLDER_ROLE_TYPE_ENUMERATION_FARE_MANAGEMENT_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 98:45]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_FARE_MANAGEMENT = 6;- See Also:
-
STAKEHOLDER_ROLE_TYPE_ENUMERATION_FINANCING_VALUE
public static final int STAKEHOLDER_ROLE_TYPE_ENUMERATION_FINANCING_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 99:40]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_FINANCING = 12;- See Also:
-
STAKEHOLDER_ROLE_TYPE_ENUMERATION_SECURITY_MANAGEMENT_VALUE
public static final int STAKEHOLDER_ROLE_TYPE_ENUMERATION_SECURITY_MANAGEMENT_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 100:49]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_SECURITY_MANAGEMENT = 7;- See Also:
-
STAKEHOLDER_ROLE_TYPE_ENUMERATION_CUSTOMER_SERVICE_VALUE
public static final int STAKEHOLDER_ROLE_TYPE_ENUMERATION_CUSTOMER_SERVICE_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 101:46]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_CUSTOMER_SERVICE = 13;- See Also:
-
STAKEHOLDER_ROLE_TYPE_ENUMERATION_DATA_REGISTRAR_VALUE
public static final int STAKEHOLDER_ROLE_TYPE_ENUMERATION_DATA_REGISTRAR_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 102:44]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_DATA_REGISTRAR = 8;- See Also:
-
STAKEHOLDER_ROLE_TYPE_ENUMERATION_OTHER_VALUE
public static final int STAKEHOLDER_ROLE_TYPE_ENUMERATION_OTHER_VALUE[netex_framework/netex_responsibility/netex_responsibility_support.xsd at 103:36]
STAKEHOLDER_ROLE_TYPE_ENUMERATION_OTHER = 9;- 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<StakeholderRoleTypeEnumeration> 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 StakeholderRoleTypeEnumeration 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
-