Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.PredefinedItem
-
-
Uses of PredefinedItem in com._1c.g5.v8.dt.form.naming
Methods in com._1c.g5.v8.dt.form.naming with parameters of type PredefinedItem Modifier and Type Method Description protected org.eclipse.xtext.naming.QualifiedNameFormRuQualifiedNameProvider. _qualifiedName(PredefinedItem predefinedItem) -
Uses of PredefinedItem in com._1c.g5.v8.dt.md
Methods in com._1c.g5.v8.dt.md that return PredefinedItem Modifier and Type Method Description static PredefinedItemPredefinedItemUtil. findPredefinedItemByName(org.eclipse.emf.ecore.EObject parent, String name)Find predefined item in specified parent object by given nameMethods in com._1c.g5.v8.dt.md that return types with arguments of type PredefinedItem Modifier and Type Method Description static List<? extends PredefinedItem>PredefinedItemUtil. getContent(org.eclipse.emf.ecore.EObject item)Get predefined item content.static List<? extends PredefinedItem>PredefinedItemUtil. getItems(org.eclipse.emf.ecore.EObject obj)Gets model orPredefinedpredefined items.static List<? extends PredefinedItem>PredefinedItemUtil. getPredefinedChildItems(org.eclipse.emf.ecore.EObject parent)Gets model predefined child items if supports.Methods in com._1c.g5.v8.dt.md with parameters of type PredefinedItem Modifier and Type Method Description static ObjectPredefinedItemUtil. getPredefinedItemCode(PredefinedItem item)Gets predefined item code.static org.eclipse.emf.ecore.EStructuralFeaturePredefinedItemUtil. getPredefinedItemCodeFeature(PredefinedItem item)Gets predefined item code. -
Uses of PredefinedItem in com._1c.g5.v8.dt.md.export.xml.writer
Methods in com._1c.g5.v8.dt.md.export.xml.writer with parameters of type PredefinedItem Modifier and Type Method Description protected voidPredefinedItemWriter. writePredefinedItemProperty(ExportXmlStreamWriter writer, PredefinedItem predefinedItem, org.eclipse.emf.ecore.EStructuralFeature feature, boolean writeEmpty, Version version)Write predefined item property feature to the XML writer. -
Uses of PredefinedItem in com._1c.g5.v8.dt.md.naming
Methods in com._1c.g5.v8.dt.md.naming with parameters of type PredefinedItem Modifier and Type Method Description protected org.eclipse.xtext.naming.QualifiedNameMdRuQualifiedNameProvider. _computeFqn(PredefinedItem predefinedValue) -
Uses of PredefinedItem in com._1c.g5.v8.dt.md.refactoring.core
Methods in com._1c.g5.v8.dt.md.refactoring.core with parameters of type PredefinedItem Modifier and Type Method Description IRefactoringIMdRefactoringService. createPredefinedItemMoveRefactoring(PredefinedItem predefinedItem, org.eclipse.emf.ecore.EObject newParent)Creates refactoring instance for PredefinedItem moving.IRefactoringIMdRefactoringService. createPredefinedItemRenameRefactoring(PredefinedItem predefinedItem, String newName)Creates refactoring instance for PredefinedItem renaming.Method parameters in com._1c.g5.v8.dt.md.refactoring.core with type arguments of type PredefinedItem Modifier and Type Method Description IRefactoringIMdRefactoringService. createPredefinedItemDeleteRefactoring(Collection<? extends PredefinedItem> objects)Creates refactoring instance for predefined items deletion. -
Uses of PredefinedItem in com._1c.g5.v8.dt.md.ui.aef.models
Constructors in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type PredefinedItem Constructor Description PredefinedItemNameValidator(org.eclipse.emf.ecore.EObject model, PredefinedItem selectedItem)Constructor.PredefinedItemNumberCodeValidator(BasicDbObject model, PredefinedItem item, org.eclipse.emf.ecore.EObject parent)Creates a newPredefinedItemNumberCodeValidatorwith the given arguments.PredefinedItemStringCodeValidator(BasicDbObject model, PredefinedItem item, org.eclipse.emf.ecore.EObject parent)Creates a newPredefinedItemStringCodeValidatorwith the given arguments. -
Uses of PredefinedItem in com._1c.g5.v8.dt.md.ui.wizards
Classes in com._1c.g5.v8.dt.md.ui.wizards with type parameters of type PredefinedItem Modifier and Type Class Description classPredefinedItemWizard<M extends PredefinedItem>DtAefNewWizardimplementation that is used forPredefinedItemcreation. -
Uses of PredefinedItem in com._1c.g5.v8.dt.md.ui.wizards.aef.models
Classes in com._1c.g5.v8.dt.md.ui.wizards.aef.models with type parameters of type PredefinedItem Modifier and Type Class Description classPredefinedItemModel<M extends PredefinedItem>TheIPredefinedItemModelimplementation that operates withIDtNewWizardContext.classPredefinedItemWizardTypeDescriptionModel<M extends PredefinedItem>WizardTypeDescriptionModelforPredefinedItem -
Uses of PredefinedItem in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of PredefinedItem in com._1c.g5.v8.dt.metadata.mdclass Modifier and Type Interface Description interfaceCatalogPredefinedItemA representation of the model object 'Catalog Predefined Item'.interfaceChartOfAccountsPredefinedItemA representation of the model object 'Chart Of Accounts Predefined Item'.interfaceChartOfCalculationTypesPredefinedItemA representation of the model object 'Chart Of Calculation Types Predefined Item'.interfaceChartOfCharacteristicTypesPredefinedItemA representation of the model object 'Chart Of Characteristic Types Predefined Item'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type PredefinedItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<PredefinedItem>CatalogPredefined. predefinedItems()org.eclipse.emf.common.util.EList<PredefinedItem>ChartOfAccountsPredefined. predefinedItems()org.eclipse.emf.common.util.EList<PredefinedItem>ChartOfCalculationTypesPredefined. predefinedItems()org.eclipse.emf.common.util.EList<PredefinedItem>ChartOfCharacteristicTypesPredefined. predefinedItems()org.eclipse.emf.common.util.EList<PredefinedItem>Predefined. predefinedItems() -
Uses of PredefinedItem in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement PredefinedItem Modifier and Type Class Description classCatalogPredefinedItemImplAn implementation of the model object 'Catalog Predefined Item'.classChartOfAccountsPredefinedItemImplAn implementation of the model object 'Chart Of Accounts Predefined Item'.classChartOfCalculationTypesPredefinedItemImplAn implementation of the model object 'Chart Of Calculation Types Predefined Item'.classChartOfCharacteristicTypesPredefinedItemImplAn implementation of the model object 'Chart Of Characteristic Types Predefined Item'.classPredefinedItemImplAn implementation of the model object 'Predefined Item'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type PredefinedItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<PredefinedItem>CatalogPredefinedImpl. predefinedItems()org.eclipse.emf.common.util.EList<PredefinedItem>ChartOfAccountsPredefinedImpl. predefinedItems()org.eclipse.emf.common.util.EList<PredefinedItem>ChartOfCalculationTypesPredefinedImpl. predefinedItems()org.eclipse.emf.common.util.EList<PredefinedItem>ChartOfCharacteristicTypesPredefinedImpl. predefinedItems()org.eclipse.emf.common.util.EList<PredefinedItem>PredefinedImpl. predefinedItems() -
Uses of PredefinedItem in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type PredefinedItem Modifier and Type Method Description TMdClassSwitch. casePredefinedItem(PredefinedItem object)Returns the result of interpreting the object as an instance of 'Predefined Item'.booleanMdClassValidator. validatePredefinedItem(PredefinedItem predefinedItem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanMdClassValidator. validatePredefinedItem_validate(PredefinedItem predefinedItem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'Predefined Item'.
-