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.QualifiedName
FormRuQualifiedNameProvider. _qualifiedName(PredefinedItem predefinedItem)
-
Uses of PredefinedItem in com._1c.g5.v8.dt.md
Methods 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 orPredefined
predefined 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 Object
PredefinedItemUtil. getPredefinedItemCode(PredefinedItem item)
Gets predefined item code.static org.eclipse.emf.ecore.EStructuralFeature
PredefinedItemUtil. getPredefinedItemCodeFeature(PredefinedItem item)
Gets predefined item code. -
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.QualifiedName
MdRuQualifiedNameProvider. _computeFqn(PredefinedItem predefinedValue)
-
Uses of PredefinedItem in com._1c.g5.v8.dt.md.refactoring
Methods in com._1c.g5.v8.dt.md.refactoring with parameters of type PredefinedItem Modifier and Type Method Description IRefactoring
IMdRefactoringService. createPredefinedItemMoveRefactoring(PredefinedItem predefinedItem, org.eclipse.emf.ecore.EObject newParent)
Creates refactoring instance for PredefinedItem moving.IRefactoring
IMdRefactoringService. createPredefinedItemRenameRefactoring(PredefinedItem predefinedItem, String newName)
Creates refactoring instance for PredefinedItem renaming.Method parameters in com._1c.g5.v8.dt.md.refactoring with type arguments of type PredefinedItem Modifier and Type Method Description IRefactoring
IMdRefactoringService. 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 newPredefinedItemNumberCodeValidator
with the given arguments.PredefinedItemStringCodeValidator(BasicDbObject model, PredefinedItem item, org.eclipse.emf.ecore.EObject parent)
Creates a newPredefinedItemStringCodeValidator
with 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 class
PredefinedItemWizard<M extends PredefinedItem>
DtAefNewWizard
implementation that is used forPredefinedItem
creation. -
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 class
PredefinedItemModel<M extends PredefinedItem>
TheIPredefinedItemModel
implementation that operates withIDtNewWizardContext
.class
PredefinedItemWizardTypeDescriptionModel<M extends PredefinedItem>
WizardTypeDescriptionModel
forPredefinedItem
-
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 interface
CatalogPredefinedItem
A representation of the model object 'Catalog Predefined Item'.interface
ChartOfAccountsPredefinedItem
A representation of the model object 'Chart Of Accounts Predefined Item'.interface
ChartOfCalculationTypesPredefinedItem
A representation of the model object 'Chart Of Calculation Types Predefined Item'.interface
ChartOfCharacteristicTypesPredefinedItem
A 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 class
CatalogPredefinedItemImpl
An implementation of the model object 'Catalog Predefined Item'.class
ChartOfAccountsPredefinedItemImpl
An implementation of the model object 'Chart Of Accounts Predefined Item'.class
ChartOfCalculationTypesPredefinedItemImpl
An implementation of the model object 'Chart Of Calculation Types Predefined Item'.class
ChartOfCharacteristicTypesPredefinedItemImpl
An implementation of the model object 'Chart Of Characteristic Types Predefined Item'.class
PredefinedItemImpl
An 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 T
MdClassSwitch. casePredefinedItem(PredefinedItem object)
Returns the result of interpreting the object as an instance of 'Predefined Item'.boolean
MdClassValidator. validatePredefinedItem(PredefinedItem predefinedItem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. validatePredefinedItem_validate(PredefinedItem predefinedItem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Predefined Item'.
-