Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.CharacteristicKindCodesSeries
-
Packages that use CharacteristicKindCodesSeries Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
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 CharacteristicKindCodesSeries Modifier and Type Field Description static List<CharacteristicKindCodesSeries>CharacteristicKindCodesSeries. VALUESA public read-only list of all the 'Characteristic Kind Codes Series' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return CharacteristicKindCodesSeries Modifier and Type Method Description static CharacteristicKindCodesSeriesCharacteristicKindCodesSeries. get(int value)Returns the 'Characteristic Kind Codes Series' literal with the specified integer value.static CharacteristicKindCodesSeriesCharacteristicKindCodesSeries. get(String literal)Returns the 'Characteristic Kind Codes Series' literal with the specified literal value.static CharacteristicKindCodesSeriesCharacteristicKindCodesSeries. getByName(String name)Returns the 'Characteristic Kind Codes Series' literal with the specified name.CharacteristicKindCodesSeriesChartOfCharacteristicTypes. getCodeSeries()Returns the value of the 'Code Series' attribute.static CharacteristicKindCodesSeriesCharacteristicKindCodesSeries. valueOf(String name)Returns the enum constant of this type with the specified name.static CharacteristicKindCodesSeries[]CharacteristicKindCodesSeries. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type CharacteristicKindCodesSeries Modifier and Type Method Description voidChartOfCharacteristicTypes. 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 CharacteristicKindCodesSeries Modifier and Type Method Description CharacteristicKindCodesSeriesMdClassFactoryImpl. createCharacteristicKindCodesSeriesFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)CharacteristicKindCodesSeriesChartOfCharacteristicTypesImpl. getCodeSeries()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CharacteristicKindCodesSeries Modifier and Type Method Description voidChartOfCharacteristicTypesImpl. 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 CharacteristicKindCodesSeries Modifier and Type Method Description booleanMdClassValidator. validateCharacteristicKindCodesSeries(CharacteristicKindCodesSeries characteristicKindCodesSeries, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-