Package com._1c.g5.v8.dt.bp.scheme.model
Interface SchemeItemAddressingAttribute
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SchemeItemAddressingAttributeImpl
public interface SchemeItemAddressingAttribute extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Scheme Item Addressing Attribute'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressingAttributegetRef()Returns the value of the 'Ref' reference.ValuegetValue()Returns the value of the 'Value' containment reference.voidsetRef(AddressingAttribute value)Sets the value of the 'Ref' reference.voidsetValue(Value value)Sets the value of the 'Value' containment reference.
-
-
-
Method Detail
-
getRef
AddressingAttribute getRef()
Returns the value of the 'Ref' reference.- Returns:
- the value of the 'Ref' reference.
- See Also:
setRef(AddressingAttribute),ModelPackage.getSchemeItemAddressingAttribute_Ref()
-
setRef
void setRef(AddressingAttribute value)
Sets the value of the 'Ref' reference.- Parameters:
value- the new value of the 'Ref' reference.- See Also:
getRef()
-
getValue
Value getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(Value),ModelPackage.getSchemeItemAddressingAttribute_Value()
-
setValue
void setValue(Value value)
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
getValue()
-
-