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

All Superinterfaces:
CalmObject

public interface PropertySheet
extends CalmObject

A representation of the model object 'Sheet'.

The following features are supported:

See Also:
PropertyPackage.getPropertySheet()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 EList getPropertyDeclarations()
          Returns the value of the 'Property Declarations' containment reference list.
 Style getStyle()
          Returns the value of the 'Style' reference.
 EList getTypeDefs()
          Returns the value of the 'Type Defs' containment reference list.
 java.util.List<ExternalPropertyDeclaration> getTypedPropertyDeclarations()
           
 java.util.List<TypeDef> getTypedTypeDefs()
           
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setStyle(Style value)
          Sets the value of the 'Style' reference.
 
Methods inherited from interface edu.ksu.cis.cadena.core.specification.base.CalmObject
addBackReference, getBackReferences, getDeleted, getTrashCan, getUuid, removeBackReference
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), PropertyPackage.getPropertySheet_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getTypeDefs

EList getTypeDefs()
Returns the value of the 'Type Defs' containment reference list. The list contents are of type TypeDef.

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

Returns:
the value of the 'Type Defs' containment reference list.
See Also:
PropertyPackage.getPropertySheet_TypeDefs()

getStyle

Style getStyle()
Returns the value of the 'Style' reference.

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

Returns:
the value of the 'Style' reference.
See Also:
setStyle(Style), PropertyPackage.getPropertySheet_Style()

setStyle

void setStyle(Style value)
Sets the value of the 'Style' reference.

Parameters:
value - the new value of the 'Style' reference.
See Also:
getStyle()

getPropertyDeclarations

EList getPropertyDeclarations()
Returns the value of the 'Property Declarations' containment reference list. The list contents are of type ExternalPropertyDeclaration.

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

Returns:
the value of the 'Property Declarations' containment reference list.
See Also:
PropertyPackage.getPropertySheet_PropertyDeclarations()

getTypedPropertyDeclarations

java.util.List<ExternalPropertyDeclaration> getTypedPropertyDeclarations()

getTypedTypeDefs

java.util.List<TypeDef> getTypedTypeDefs()