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. 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 CharacteristicKindCodesSeries Modifier and Type Method Description static CharacteristicKindCodesSeries
CharacteristicKindCodesSeries. get(int value)
Returns the 'Characteristic Kind Codes Series' literal with the specified integer value.static CharacteristicKindCodesSeries
CharacteristicKindCodesSeries. get(String literal)
Returns the 'Characteristic Kind Codes Series' literal with the specified literal value.static CharacteristicKindCodesSeries
CharacteristicKindCodesSeries. getByName(String name)
Returns the 'Characteristic Kind Codes Series' literal with the specified name.CharacteristicKindCodesSeries
ChartOfCharacteristicTypes. getCodeSeries()
Returns the value of the 'Code Series' attribute.static CharacteristicKindCodesSeries
CharacteristicKindCodesSeries. 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 void
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 CharacteristicKindCodesSeries Modifier and Type Method Description CharacteristicKindCodesSeries
MdClassFactoryImpl. createCharacteristicKindCodesSeriesFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
CharacteristicKindCodesSeries
ChartOfCharacteristicTypesImpl. getCodeSeries()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CharacteristicKindCodesSeries Modifier and Type Method Description void
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 CharacteristicKindCodesSeries Modifier and Type Method Description boolean
MdClassValidator. validateCharacteristicKindCodesSeries(CharacteristicKindCodesSeries characteristicKindCodesSeries, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-