public interface ConnectorProperty
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BlocksPackage.getConnectorProperty()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Property |
getBase_Property()
Returns the value of the 'Base Property' reference
|
org.eclipse.uml2.uml.Connector |
getConnector()
Returns the value of the 'Connector' reference
|
void |
setBase_Property(org.eclipse.uml2.uml.Property value)
Sets the value of the '
Base Property ' reference |
void |
setConnector(org.eclipse.uml2.uml.Connector value)
Sets the value of the '
Connector ' reference |
org.eclipse.uml2.uml.Property getBase_Property()
If the meaning of the 'Base Property' reference isn't clear, there really should be more of a description here...
setBase_Property(Property)
,
BlocksPackage.getConnectorProperty_Base_Property()
void setBase_Property(org.eclipse.uml2.uml.Property value)
Base Property
' reference.
value
- the new value of the 'Base Property' reference.getBase_Property()
org.eclipse.uml2.uml.Connector getConnector()
setConnector(Connector)
,
BlocksPackage.getConnectorProperty_Connector()
void setConnector(org.eclipse.uml2.uml.Connector value)
Connector
' reference.
value
- the new value of the 'Connector' reference.getConnector()
Copyright © 2015 Eclipse foundation. All rights reserved.