Uses of Enum Class
uk.org.netex.www.netex.LanguageUseEnumeration
Packages that use LanguageUseEnumeration
-
Uses of LanguageUseEnumeration in uk.org.netex.www.netex
Methods in uk.org.netex.www.netex that return LanguageUseEnumerationModifier and TypeMethodDescriptionstatic LanguageUseEnumerationLanguageUseEnumeration.forNumber(int value) LanguageUsageStructure.Builder.getLanguageUse(int index) Usages of language supported.LanguageUsageStructure.getLanguageUse(int index) Usages of language supported.LanguageUsageStructureOrBuilder.getLanguageUse(int index) Usages of language supported.static LanguageUseEnumerationLanguageUseEnumeration.valueOf(int value) Deprecated.static LanguageUseEnumerationLanguageUseEnumeration.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static LanguageUseEnumerationReturns the enum constant of this class with the specified name.static LanguageUseEnumeration[]LanguageUseEnumeration.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 LanguageUseEnumerationModifier and TypeMethodDescriptionLanguageUsageStructure.Builder.getLanguageUseList()Usages of language supported.LanguageUsageStructure.getLanguageUseList()Usages of language supported.LanguageUsageStructureOrBuilder.getLanguageUseList()Usages of language supported.static com.google.protobuf.Internal.EnumLiteMap<LanguageUseEnumeration> LanguageUseEnumeration.internalGetValueMap()Methods in uk.org.netex.www.netex with parameters of type LanguageUseEnumerationModifier and TypeMethodDescriptionLanguageUsageStructure.Builder.addLanguageUse(LanguageUseEnumeration value) Usages of language supported.LanguageUsageStructure.Builder.setLanguageUse(int index, LanguageUseEnumeration value) Usages of language supported.Method parameters in uk.org.netex.www.netex with type arguments of type LanguageUseEnumerationModifier and TypeMethodDescriptionLanguageUsageStructure.Builder.addAllLanguageUse(Iterable<? extends LanguageUseEnumeration> values) Usages of language supported.