Uses of Enum Class
uk.org.netex.www.netex.StakeholderRoleTypeEnumeration
Packages that use StakeholderRoleTypeEnumeration
-
Uses of StakeholderRoleTypeEnumeration in uk.org.netex.www.netex
Methods in uk.org.netex.www.netex that return StakeholderRoleTypeEnumerationModifier and TypeMethodDescriptionStakeholderRoleTypeEnumeration.forNumber(int value) ResponsibilityRoleAssignment_VersionedChildStructure.Builder.getStakeholderRoleType(int index) Stakeholder roles which this assignment assigns.ResponsibilityRoleAssignment_VersionedChildStructure.getStakeholderRoleType(int index) Stakeholder roles which this assignment assigns.ResponsibilityRoleAssignment_VersionedChildStructureOrBuilder.getStakeholderRoleType(int index) Stakeholder roles which this assignment assigns.StakeholderRoleTypeEnumeration.valueOf(int value) Deprecated.StakeholderRoleTypeEnumeration.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[]StakeholderRoleTypeEnumeration.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in uk.org.netex.www.netex that return types with arguments of type StakeholderRoleTypeEnumerationModifier and TypeMethodDescriptionResponsibilityRoleAssignment_VersionedChildStructure.Builder.getStakeholderRoleTypeList()Stakeholder roles which this assignment assigns.ResponsibilityRoleAssignment_VersionedChildStructure.getStakeholderRoleTypeList()Stakeholder roles which this assignment assigns.ResponsibilityRoleAssignment_VersionedChildStructureOrBuilder.getStakeholderRoleTypeList()Stakeholder roles which this assignment assigns.static com.google.protobuf.Internal.EnumLiteMap<StakeholderRoleTypeEnumeration> StakeholderRoleTypeEnumeration.internalGetValueMap()Methods in uk.org.netex.www.netex with parameters of type StakeholderRoleTypeEnumerationModifier and TypeMethodDescriptionResponsibilityRoleAssignment_VersionedChildStructure.Builder.addStakeholderRoleType(StakeholderRoleTypeEnumeration value) Stakeholder roles which this assignment assigns.ResponsibilityRoleAssignment_VersionedChildStructure.Builder.setStakeholderRoleType(int index, StakeholderRoleTypeEnumeration value) Stakeholder roles which this assignment assigns.Method parameters in uk.org.netex.www.netex with type arguments of type StakeholderRoleTypeEnumerationModifier and TypeMethodDescriptionResponsibilityRoleAssignment_VersionedChildStructure.Builder.addAllStakeholderRoleType(Iterable<? extends StakeholderRoleTypeEnumeration> values) Stakeholder roles which this assignment assigns.