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 AddressingAttributeSchemeItemAddressingAttribute. 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 voidSchemeItemAddressingAttribute. 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 AddressingAttributeSchemeItemAddressingAttributeImpl. getRef()Methods in com._1c.g5.v8.dt.bp.scheme.model.impl with parameters of type AddressingAttribute Modifier and Type Method Description voidSchemeItemAddressingAttributeImpl. 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 SchemeItemAddressingAttributeBpSchemeUtil. 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 TypeDescriptionMdTypeUtil. 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 AddressingAttributeMdClassFactory. createAddressingAttribute()Returns a new object of class 'Addressing Attribute'.AddressingAttributeTask. 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 voidTask. 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 classAddressingAttributeImplAn 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 AddressingAttributeMdClassFactoryImpl. createAddressingAttribute()AddressingAttributeTaskImpl. 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 voidTaskImpl. 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 TMdClassSwitch. caseAddressingAttribute(AddressingAttribute object)Returns the result of interpreting the object as an instance of 'Addressing Attribute'.booleanMdClassValidator. validateAddressingAttribute(AddressingAttribute addressingAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-