edu.ksu.cis.cadena.core.specification.property
Interface OpenPropertyBinding

All Superinterfaces:
CalmObject

public interface OpenPropertyBinding
extends CalmObject

A representation of the model object 'Open Property Binding'.

The following features are supported:

See Also:
PropertyPackage.getOpenPropertyBinding()

Method Summary
 DirectPropertyContainer getContainer()
          Returns the value of the 'Container' reference.
 Port getPort()
          Returns the value of the 'Port' reference.
 PropertyDeclaration getProperty()
          Returns the value of the 'Property' reference.
 void setContainer(DirectPropertyContainer value)
          Sets the value of the 'Container' reference.
 void setPort(Port value)
          Sets the value of the 'Port' reference.
 void setProperty(PropertyDeclaration value)
          Sets the value of the 'Property' reference.
 
Methods inherited from interface edu.ksu.cis.cadena.core.specification.base.CalmObject
addBackReference, getBackReferences, getDeleted, getTrashCan, getUuid, removeBackReference
 

Method Detail

getContainer

DirectPropertyContainer getContainer()
Returns the value of the 'Container' reference.

If the meaning of the 'Container' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Container' reference.
See Also:
setContainer(DirectPropertyContainer), PropertyPackage.getOpenPropertyBinding_Container()

setContainer

void setContainer(DirectPropertyContainer value)
Sets the value of the 'Container' reference.

Parameters:
value - the new value of the 'Container' reference.
See Also:
getContainer()

getPort

Port getPort()
Returns the value of the 'Port' reference.

If the meaning of the 'Port' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Port' reference.
See Also:
setPort(Port), PropertyPackage.getOpenPropertyBinding_Port()

setPort

void setPort(Port value)
Sets the value of the 'Port' reference.

Parameters:
value - the new value of the 'Port' reference.
See Also:
getPort()

getProperty

PropertyDeclaration getProperty()
Returns the value of the 'Property' reference.

If the meaning of the 'Property' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Property' reference.
See Also:
setProperty(PropertyDeclaration), PropertyPackage.getOpenPropertyBinding_Property()

setProperty

void setProperty(PropertyDeclaration value)
Sets the value of the 'Property' reference.

Parameters:
value - the new value of the 'Property' reference.
See Also:
getProperty()