Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AddressingAttribute
-
-
Uses of AddressingAttribute in com._1c.g5.v8.dt.bp.scheme.model
Methods in com._1c.g5.v8.dt.bp.scheme.model that return AddressingAttribute Modifier and Type Method Description AddressingAttribute
SchemeItemAddressingAttribute. getRef()
Returns the value of the 'Ref' reference.Methods in com._1c.g5.v8.dt.bp.scheme.model with parameters of type AddressingAttribute Modifier and Type Method Description void
SchemeItemAddressingAttribute. setRef(AddressingAttribute value)
Sets the value of the 'Ref
' reference. -
Uses of AddressingAttribute in com._1c.g5.v8.dt.bp.scheme.model.impl
Methods in com._1c.g5.v8.dt.bp.scheme.model.impl that return AddressingAttribute Modifier and Type Method Description AddressingAttribute
SchemeItemAddressingAttributeImpl. getRef()
Methods in com._1c.g5.v8.dt.bp.scheme.model.impl with parameters of type AddressingAttribute Modifier and Type Method Description void
SchemeItemAddressingAttributeImpl. setRef(AddressingAttribute newRef)
-
Uses of AddressingAttribute in com._1c.g5.v8.dt.bp.scheme.services
Methods in com._1c.g5.v8.dt.bp.scheme.services with parameters of type AddressingAttribute Modifier and Type Method Description static SchemeItemAddressingAttribute
BpSchemeUtil. createItemAddressingAttribute(AddressingAttribute addressingAttribute)
Creates scheme item addressing attribute with undefined value. -
Uses of AddressingAttribute in com._1c.g5.v8.dt.bp.scheme.ui.editors.tasks
Constructors in com._1c.g5.v8.dt.bp.scheme.ui.editors.tasks with parameters of type AddressingAttribute Constructor Description AddActivityAttributeTask(GraphicalSchemeActivity activity, AddressingAttribute addressingAttribute)
Constructor.RefreshActivityAttributeTask(GraphicalSchemeActivity activity, AddressingAttribute addressingAttribute)
Constructor. -
Uses of AddressingAttribute in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type AddressingAttribute Modifier and Type Method Description TypeDescription
MdTypeUtil. newMainAddressingAttributeTypeDescription(AddressingAttribute mainAddressingAttribute)
Returns a new type description for the main addressing attribute field of theTask
. -
Uses of AddressingAttribute in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return AddressingAttribute Modifier and Type Method Description AddressingAttribute
MdClassFactory. createAddressingAttribute()
Returns a new object of class 'Addressing Attribute'.AddressingAttribute
Task. getMainAddressingAttribute()
Returns the value of the 'Main Addressing Attribute' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type AddressingAttribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<AddressingAttribute>
Task. getAddressingAttributes()
Returns the value of the 'Addressing Attributes' containment reference list.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type AddressingAttribute Modifier and Type Method Description void
Task. setMainAddressingAttribute(AddressingAttribute value)
Sets the value of the 'Main Addressing Attribute
' reference. -
Uses of AddressingAttribute in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement AddressingAttribute Modifier and Type Class Description class
AddressingAttributeImpl
An implementation of the model object 'Addressing Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AddressingAttribute Modifier and Type Method Description AddressingAttribute
MdClassFactoryImpl. createAddressingAttribute()
AddressingAttribute
TaskImpl. getMainAddressingAttribute()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type AddressingAttribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<AddressingAttribute>
TaskImpl. getAddressingAttributes()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AddressingAttribute Modifier and Type Method Description void
TaskImpl. setMainAddressingAttribute(AddressingAttribute newMainAddressingAttribute)
-
Uses of AddressingAttribute in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AddressingAttribute Modifier and Type Method Description T
MdClassSwitch. caseAddressingAttribute(AddressingAttribute object)
Returns the result of interpreting the object as an instance of 'Addressing Attribute'.boolean
MdClassValidator. validateAddressingAttribute(AddressingAttribute addressingAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-