Package org.palladiosimulator.pcmtx
Interface Table
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,org.palladiosimulator.pcm.core.entity.Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
,org.palladiosimulator.pcm.PCMBaseClass
,org.palladiosimulator.pcm.PCMClass
- All Known Implementing Classes:
TableImpl
public interface Table extends EObject, org.palladiosimulator.pcm.core.entity.Entity
A representation of the model object 'Table'.The following features are supported:
- See Also:
PcmtxPackage.getTable()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Database
getDatabase()
Returns the value of the 'Database' reference.int
getRows()
Returns the value of the 'Rows' attribute.EList<EntityType>
getTypes()
Returns the value of the 'Types' reference list.void
setDatabase(Database value)
Sets the value of the 'Database
' reference.void
setRows(int value)
Sets the value of the 'Rows
' attribute.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getRows
int getRows()
Returns the value of the 'Rows' attribute. The default value is"0"
.If the meaning of the 'Rows' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Rows' attribute.
- See Also:
setRows(int)
,PcmtxPackage.getTable_Rows()
- Generated class or method.
- EMF model class or method.
- default="0"
-
setRows
void setRows(int value)
Sets the value of the 'Rows
' attribute.- Parameters:
value
- the new value of the 'Rows' attribute.- See Also:
getRows()
- Generated class or method.
-
getTypes
EList<EntityType> getTypes()
Returns the value of the 'Types' reference list. The list contents are of typeEntityType
.If the meaning of the 'Types' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Types' reference list.
- See Also:
PcmtxPackage.getTable_Types()
- Generated class or method.
- EMF model class or method.
- required="true"
-
getDatabase
Database getDatabase()
Returns the value of the 'Database' reference.If the meaning of the 'Database' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Database' reference.
- See Also:
setDatabase(Database)
,PcmtxPackage.getTable_Database()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setDatabase
void setDatabase(Database value)
Sets the value of the 'Database
' reference.- Parameters:
value
- the new value of the 'Database' reference.- See Also:
getDatabase()
- Generated class or method.
-
-