Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.BusinessProcessAttribute
-
Packages that use BusinessProcessAttribute Package Description 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 BusinessProcessAttribute in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return BusinessProcessAttribute Modifier and Type Method Description BusinessProcessAttribute
MdClassFactory. createBusinessProcessAttribute()
Returns a new object of class 'Business Process Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type BusinessProcessAttribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<BusinessProcessAttribute>
BusinessProcess. getAttributes()
Returns the value of the 'Attributes' containment reference list. -
Uses of BusinessProcessAttribute in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement BusinessProcessAttribute Modifier and Type Class Description class
BusinessProcessAttributeImpl
An implementation of the model object 'Business Process Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return BusinessProcessAttribute Modifier and Type Method Description BusinessProcessAttribute
MdClassFactoryImpl. createBusinessProcessAttribute()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type BusinessProcessAttribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<BusinessProcessAttribute>
BusinessProcessImpl. getAttributes()
-
Uses of BusinessProcessAttribute in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type BusinessProcessAttribute Modifier and Type Method Description T
MdClassSwitch. caseBusinessProcessAttribute(BusinessProcessAttribute object)
Returns the result of interpreting the object as an instance of 'Business Process Attribute'.boolean
MdClassValidator. validateBusinessProcessAttribute(BusinessProcessAttribute businessProcessAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-