net.sf.farrago.fem.med
Interface FemBaseColumnSet

All Superinterfaces:
CwmClass, CwmClassifier, CwmColumnSet, CwmElement, CwmModelElement, CwmNamedColumnSet, CwmNamespace, FemAbstractColumnSet, FemAnnotatedElement, FemElementWithStorageOptions, RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
FemForeignTable, FemLocalTable, FemStoredTable
All Known Implementing Classes:
FemForeignTable$Hib, FemLocalTable$Hib

public interface FemBaseColumnSet
extends CwmNamedColumnSet, FemElementWithStorageOptions, FemAbstractColumnSet

BaseColumnSet object instance interface.

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Method Summary
 String getAllowedAccess()
          Returns the value of attribute allowedAccess.
 FemDataServer getServer()
          Returns the value of reference Server.
 void setAllowedAccess(String newValue)
          Sets the value of allowedAccess attribute.
 void setServer(FemDataServer newValue)
          Sets the value of Server reference.
 
Methods inherited from interface net.sf.farrago.cwm.relational.CwmNamedColumnSet
getOptionScopeColumn, getType, getUsingTrigger, setType
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmClassifier
getFeature, isAbstract, setAbstract
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmNamespace
getOwnedElement
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmModelElement
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility
 
Methods inherited from interface net.sf.farrago.fem.med.FemElementWithStorageOptions
getStorageOptions
 
Methods inherited from interface net.sf.farrago.fem.sql2003.FemAnnotatedElement
getCreationTimestamp, getDescription, getLineageId, getModificationTimestamp, getTagAnnotation, setCreationTimestamp, setDescription, setLineageId, setModificationTimestamp
 
Methods inherited from interface net.sf.farrago.fem.sql2003.FemAbstractColumnSet
getAnalyzeTime, getDeletedRowCount, getLastAnalyzeRowCount, getModality, getRowCount, getRowCountStats, getSampleDataset, setAnalyzeTime, setDeletedRowCount, setLastAnalyzeRowCount, setModality, setRowCount
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmClassifier
getFeature, isAbstract, setAbstract
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmNamespace
getOwnedElement
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmModelElement
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility
 

Method Detail

getAllowedAccess

String getAllowedAccess()
Returns the value of attribute allowedAccess.

Returns:
Value of attribute allowedAccess.

setAllowedAccess

void setAllowedAccess(String newValue)
Sets the value of allowedAccess attribute. See getAllowedAccess() for description on the attribute.

Parameters:
newValue - New value to be set.

getServer

FemDataServer getServer()
Returns the value of reference Server.

Returns:
Value of reference Server.

setServer

void setServer(FemDataServer newValue)
Sets the value of Server reference. See getServer() for description on the attribute.

Parameters:
newValue - New value to be set.