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

All Superinterfaces:
CalmObject, PropertyDeclaration

public interface ExternalPropertyDeclaration
extends PropertyDeclaration

A representation of the model object 'External Property Declaration'.

The following features are supported:

See Also:
PropertyPackage.getExternalPropertyDeclaration()

Method Summary
 PropertyTypeContainer getTarget()
          Returns the value of the 'Target' reference.
 PropertyType getTheType()
          Returns the value of the 'The Type' containment reference.
 void setTarget(PropertyTypeContainer value)
          Sets the value of the 'Target' reference.
 void setTheType(PropertyType value)
          Sets the value of the 'The Type' containment reference.
 
Methods inherited from interface edu.ksu.cis.cadena.core.specification.property.PropertyDeclaration
getDefaultValue, getKind, getName, getType, setDefaultValue, setKind, setName
 
Methods inherited from interface edu.ksu.cis.cadena.core.specification.base.CalmObject
addBackReference, getBackReferences, getDeleted, getTrashCan, getUuid, removeBackReference
 

Method Detail

getTarget

PropertyTypeContainer getTarget()
Returns the value of the 'Target' reference.

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

Returns:
the value of the 'Target' reference.
See Also:
setTarget(PropertyTypeContainer), PropertyPackage.getExternalPropertyDeclaration_Target()

setTarget

void setTarget(PropertyTypeContainer value)
Sets the value of the 'Target' reference.

Parameters:
value - the new value of the 'Target' reference.
See Also:
getTarget()

getTheType

PropertyType getTheType()
Returns the value of the 'The Type' containment reference.

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

Returns:
the value of the 'The Type' containment reference.
See Also:
setTheType(PropertyType), PropertyPackage.getExternalPropertyDeclaration_TheType()

setTheType

void setTheType(PropertyType value)
Sets the value of the 'The Type' containment reference.

Parameters:
value - the new value of the 'The Type' containment reference.
See Also:
getTheType()