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

All Superinterfaces:
CalmObject, PropertyDeclaration

public interface InternalPropertyDeclaration
extends PropertyDeclaration

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

The following features are supported:

See Also:
PropertyPackage.getInternalPropertyDeclaration()

Method Summary
 Property getTheDefaultValue()
          Returns the value of the 'The Default Value' containment reference.
 PropertyType getTheType()
          Returns the value of the 'The Type' containment reference.
 void setTheDefaultValue(Property value)
          Sets the value of the 'The Default Value' containment 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

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.getInternalPropertyDeclaration_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()

getTheDefaultValue

Property getTheDefaultValue()
Returns the value of the 'The Default Value' containment reference.

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

Returns:
the value of the 'The Default Value' containment reference.
See Also:
setTheDefaultValue(Property), PropertyPackage.getInternalPropertyDeclaration_TheDefaultValue()

setTheDefaultValue

void setTheDefaultValue(Property value)
Sets the value of the 'The Default Value' containment reference.

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