Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.CharacteristicsDescription
-
-
Uses of CharacteristicsDescription in com._1c.g5.v8.dt.md
Methods in com._1c.g5.v8.dt.md with parameters of type CharacteristicsDescription Modifier and Type Method Description Collection<Field>FieldsSourceUtil. getDynamicDataPathFields(CharacteristicsDescription description)Gets all dynamic fields allowed in data path field ofCharacteristicsDescription -
Uses of CharacteristicsDescription in com._1c.g5.v8.dt.md.ui.aef.models
Methods in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type CharacteristicsDescription Modifier and Type Method Description NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createCharacteristicsDescriptionCharacteristicTypesCheckedModel(CharacteristicsDescription context)CreatesCharacteristicsDescriptiontypes dialog model for context object with showing checked objects.NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createCharacteristicsDescriptionCharacteristicTypesCheckedModel(CharacteristicsDescription actualObject, MdObject container, IV8Project v8project)CreatesCharacteristicsDescriptiondialog model for new context object and his v8 project with showing checked objects.NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createCharacteristicsDescriptionCharacteristicValuesCheckedModel(CharacteristicsDescription context)CreatesCharacteristicsDescriptionvalues dialog model for context object with showing checked objects.NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createCharacteristicsDescriptionCharacteristicValuesCheckedModel(CharacteristicsDescription context, MdObject container, IV8Project v8project)CreatesCharacteristicsDescriptionvalues dialog model for new context object, his container and v8 project with showing checked objects. -
Uses of CharacteristicsDescription in com._1c.g5.v8.dt.md.ui.wizards.aef.models
Constructor parameters in com._1c.g5.v8.dt.md.ui.wizards.aef.models with type arguments of type CharacteristicsDescription Constructor Description CharacteristicsDescriptionModel(IDtNewWizardContext<CharacteristicsDescription> context, NavigatorTreeDialogModelFactory navigatorTreeDialogModelFactory)Creates a new instance. -
Uses of CharacteristicsDescription in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return CharacteristicsDescription Modifier and Type Method Description CharacteristicsDescriptionMdClassFactory. createCharacteristicsDescription()Returns a new object of class 'Characteristics Description'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type CharacteristicsDescription Modifier and Type Method Description org.eclipse.emf.common.util.EList<CharacteristicsDescription>BasicDbObject. getCharacteristics()Returns the value of the 'Characteristics' containment reference list.org.eclipse.emf.common.util.EList<CharacteristicsDescription>Cube. getCharacteristics()Returns the value of the 'Characteristics' containment reference list.org.eclipse.emf.common.util.EList<CharacteristicsDescription>Enum. getCharacteristics()Returns the value of the 'Characteristics' containment reference list.org.eclipse.emf.common.util.EList<CharacteristicsDescription>Table. getCharacteristics()Returns the value of the 'Characteristics' containment reference list. -
Uses of CharacteristicsDescription in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement CharacteristicsDescription Modifier and Type Class Description classCharacteristicsDescriptionImplAn implementation of the model object 'Characteristics Description'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CharacteristicsDescription Modifier and Type Method Description CharacteristicsDescriptionMdClassFactoryImpl. createCharacteristicsDescription()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type CharacteristicsDescription Modifier and Type Method Description org.eclipse.emf.common.util.EList<CharacteristicsDescription>BasicDbObjectImpl. getCharacteristics()org.eclipse.emf.common.util.EList<CharacteristicsDescription>CubeImpl. getCharacteristics()org.eclipse.emf.common.util.EList<CharacteristicsDescription>EnumImpl. getCharacteristics()org.eclipse.emf.common.util.EList<CharacteristicsDescription>TableImpl. getCharacteristics() -
Uses of CharacteristicsDescription in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CharacteristicsDescription Modifier and Type Method Description TMdClassSwitch. caseCharacteristicsDescription(CharacteristicsDescription object)Returns the result of interpreting the object as an instance of 'Characteristics Description'.booleanMdClassValidator. validateCharacteristicsDescription(CharacteristicsDescription characteristicsDescription, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanMdClassValidator. validateCharacteristicsDescription_validate(CharacteristicsDescription characteristicsDescription, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'Characteristics Description'.
-