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 NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createCharacteristicsDescriptionCharacteristicTypesCheckedModel(CharacteristicsDescription context)
CreatesCharacteristicsDescription
types dialog model for context object with showing checked objects.NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createCharacteristicsDescriptionCharacteristicTypesCheckedModel(CharacteristicsDescription actualObject, MdObject container, IV8Project v8project)
CreatesCharacteristicsDescription
dialog model for new context object and his v8 project with showing checked objects.NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createCharacteristicsDescriptionCharacteristicValuesCheckedModel(CharacteristicsDescription context)
CreatesCharacteristicsDescription
values dialog model for context object with showing checked objects.NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createCharacteristicsDescriptionCharacteristicValuesCheckedModel(CharacteristicsDescription context, MdObject container, IV8Project v8project)
CreatesCharacteristicsDescription
values 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 CharacteristicsDescription
MdClassFactory. 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 class
CharacteristicsDescriptionImpl
An 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 CharacteristicsDescription
MdClassFactoryImpl. 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 T
MdClassSwitch. caseCharacteristicsDescription(CharacteristicsDescription object)
Returns the result of interpreting the object as an instance of 'Characteristics Description'.boolean
MdClassValidator. validateCharacteristicsDescription(CharacteristicsDescription characteristicsDescription, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. validateCharacteristicsDescription_validate(CharacteristicsDescription characteristicsDescription, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Characteristics Description'.
-