Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.StandardAttribute
-
Packages that use StandardAttribute Package Description com._1c.g5.v8.dt.md.resource 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.resource
Methods in com._1c.g5.v8.dt.md.resource that return StandardAttribute Modifier and Type Method Description static 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 StandardAttribute Modifier and Type Method Description static 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 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)
-