Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.CharacteristicKindCodesSeries
Packages that use CharacteristicKindCodesSeries
Package
Description
-
Uses of CharacteristicKindCodesSeries in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type CharacteristicKindCodesSeriesModifier and TypeFieldDescriptionstatic final List<CharacteristicKindCodesSeries>
CharacteristicKindCodesSeries.VALUES
A public read-only list of all the 'Characteristic Kind Codes Series' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return CharacteristicKindCodesSeriesModifier and TypeMethodDescriptionCharacteristicKindCodesSeries.get
(int value) Returns the 'Characteristic Kind Codes Series' literal with the specified integer value.Returns the 'Characteristic Kind Codes Series' literal with the specified literal value.Returns the 'Characteristic Kind Codes Series' literal with the specified name.ChartOfCharacteristicTypes.getCodeSeries()
Returns the value of the 'Code Series' attribute.Returns the enum constant of this class with the specified name.static CharacteristicKindCodesSeries[]
CharacteristicKindCodesSeries.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type CharacteristicKindCodesSeriesModifier and TypeMethodDescriptionvoid
ChartOfCharacteristicTypes.setCodeSeries
(CharacteristicKindCodesSeries value) Sets the value of the 'Code Series
' attribute. -
Uses of CharacteristicKindCodesSeries in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CharacteristicKindCodesSeriesModifier and TypeMethodDescriptionMdClassFactoryImpl.createCharacteristicKindCodesSeriesFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartOfCharacteristicTypesImpl.getCodeSeries()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CharacteristicKindCodesSeriesModifier and TypeMethodDescriptionvoid
ChartOfCharacteristicTypesImpl.setCodeSeries
(CharacteristicKindCodesSeries newCodeSeries) -
Uses of CharacteristicKindCodesSeries in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CharacteristicKindCodesSeriesModifier and TypeMethodDescriptionboolean
MdClassValidator.validateCharacteristicKindCodesSeries
(CharacteristicKindCodesSeries characteristicKindCodesSeries, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)