Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.StandardAttribute
-
Packages that use StandardAttribute Package Description com._1c.g5.v8.dt.md.api com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of StandardAttribute in com._1c.g5.v8.dt.md.api
Constructors in com._1c.g5.v8.dt.md.api with parameters of type StandardAttribute Constructor Description StandardAttributeChangeTask(org.eclipse.emf.ecore.EObject container, StandardAttribute attribute)
-
Uses of StandardAttribute in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return StandardAttribute Modifier and Type Method Description StandardAttribute
MdClassFactory. 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 StandardAttribute Modifier and Type Method Description org.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 StandardAttribute Modifier and Type Class Description class
StandardAttributeImpl
An implementation of the model object 'Standard Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return StandardAttribute Modifier and Type Method Description StandardAttribute
MdClassFactoryImpl. createStandardAttribute()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type StandardAttribute Modifier and Type Method Description org.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 StandardAttribute Modifier and Type Method Description T
MdClassSwitch. 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)
-