Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.StandardAttribute
Packages that use StandardAttribute
Package
Description
-
Uses of StandardAttribute in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource that return StandardAttributeModifier and TypeMethodDescriptionstatic StandardAttribute
StandardAttributeUtil.getDefault
(Field field, Version version) Returns a newStandardAttribute
object filled with default valuesMethods in com._1c.g5.v8.dt.md.resource that return types with arguments of type StandardAttributeModifier and TypeMethodDescriptionstatic Optional<StandardAttribute>
StandardAttributeUtil.getStandardAttribute
(org.eclipse.emf.ecore.EObject container, String standardAttributeName) Gets standard attribute by namestatic org.eclipse.emf.common.util.EList<StandardAttribute>
StandardAttributeUtil.getStandardAttributes
(org.eclipse.emf.ecore.EObject container) Gets list of standard attributes -
Uses of StandardAttribute in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return StandardAttributeModifier and TypeMethodDescriptionMdClassFactory.createStandardAttribute()
Returns a new object of class 'Standard Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type StandardAttributeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<StandardAttribute>
AccountingRegister.getStandardAttributes()
Returns the value of the 'Standard Attributes' containment reference list.org.eclipse.emf.common.util.EList<StandardAttribute>
AccumulationRegister.getStandardAttributes()
Returns the value of the 'Standard Attributes' containment reference list.org.eclipse.emf.common.util.EList<StandardAttribute>
BasicDbObject.getStandardAttributes()
Returns the value of the 'Standard Attributes' containment reference list.org.eclipse.emf.common.util.EList<StandardAttribute>
BasicTabularSection.getStandardAttributes()
Returns the value of the 'Standard Attributes' containment reference list.org.eclipse.emf.common.util.EList<StandardAttribute>
CalculationRegister.getStandardAttributes()
Returns the value of the 'Standard Attributes' containment reference list.org.eclipse.emf.common.util.EList<StandardAttribute>
DocumentJournal.getStandardAttributes()
Returns the value of the 'Standard Attributes' containment reference list.org.eclipse.emf.common.util.EList<StandardAttribute>
Enum.getStandardAttributes()
Returns the value of the 'Standard Attributes' containment reference list.org.eclipse.emf.common.util.EList<StandardAttribute>
InformationRegister.getStandardAttributes()
Returns the value of the 'Standard Attributes' containment reference list.org.eclipse.emf.common.util.EList<StandardAttribute>
StandardTabularSectionDescription.getStandardAttributes()
Returns the value of the 'Standard Attributes' containment reference list. -
Uses of StandardAttribute in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement StandardAttributeModifier and TypeClassDescriptionclass
An implementation of the model object 'Standard Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return StandardAttributeMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type StandardAttributeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<StandardAttribute>
AccountingRegisterImpl.getStandardAttributes()
org.eclipse.emf.common.util.EList<StandardAttribute>
AccumulationRegisterImpl.getStandardAttributes()
org.eclipse.emf.common.util.EList<StandardAttribute>
BasicDbObjectImpl.getStandardAttributes()
org.eclipse.emf.common.util.EList<StandardAttribute>
BasicTabularSectionImpl.getStandardAttributes()
org.eclipse.emf.common.util.EList<StandardAttribute>
CalculationRegisterImpl.getStandardAttributes()
org.eclipse.emf.common.util.EList<StandardAttribute>
DocumentJournalImpl.getStandardAttributes()
org.eclipse.emf.common.util.EList<StandardAttribute>
EnumImpl.getStandardAttributes()
org.eclipse.emf.common.util.EList<StandardAttribute>
InformationRegisterImpl.getStandardAttributes()
org.eclipse.emf.common.util.EList<StandardAttribute>
StandardTabularSectionDescriptionImpl.getStandardAttributes()
-
Uses of StandardAttribute in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type StandardAttributeModifier and TypeMethodDescriptionMdClassSwitch.caseStandardAttribute
(StandardAttribute object) Returns the result of interpreting the object as an instance of 'Standard Attribute'.boolean
MdClassValidator.validateStandardAttribute
(StandardAttribute standardAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of StandardAttribute in com.e1c.g5.v8.dt.check.internal.md.check.checks
Methods in com.e1c.g5.v8.dt.check.internal.md.check.checks with parameters of type StandardAttributeModifier and TypeMethodDescriptionstatic String
MdCheckUtil.getStandardAttributeRepresentation
(StandardAttribute standardAttribute) Returns standard attribute representation. -
Uses of StandardAttribute in com.e1c.g5.v8.dt.check.internal.md.check.fixs
Methods in com.e1c.g5.v8.dt.check.internal.md.check.fixs with parameters of type StandardAttributeModifier and TypeMethodDescriptionprotected void
ReferenceValueFix.applyChanges
(StandardAttribute modelObject, org.eclipse.emf.ecore.EStructuralFeature targetFeature, BasicModelFixContext context, IFixSession session) protected void
ReferenceValueFixNonCritical.applyChanges
(StandardAttribute modelObject, org.eclipse.emf.ecore.EStructuralFeature targetFeature, BasicModelFixContext context, IFixSession session)