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

All Superinterfaces:
CalmObject
All Known Subinterfaces:
DirectProperty, PortProperty

public interface Property
extends CalmObject

A representation of the model object 'Property'.

The following features are supported:

See Also:
PropertyPackage.getProperty()

Method Summary
 PropertyDeclaration getType()
           
 PropertyValue getValue()
          Returns the value of the 'Value' containment reference.
 void setValue(PropertyValue value)
          Sets the value of the 'Value' containment reference.
 
Methods inherited from interface edu.ksu.cis.cadena.core.specification.base.CalmObject
addBackReference, getBackReferences, getDeleted, getTrashCan, getUuid, removeBackReference
 

Method Detail

getValue

PropertyValue getValue()
Returns the value of the 'Value' containment reference.

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

Returns:
the value of the 'Value' containment reference.
See Also:
setValue(PropertyValue), PropertyPackage.getProperty_Value()

setValue

void setValue(PropertyValue value)
Sets the value of the 'Value' containment reference.

Parameters:
value - the new value of the 'Value' containment reference.
See Also:
getValue()

getType

PropertyDeclaration getType()