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.
Methods inherited from interface net.sf.farrago.fem.sql2003.FemAbstractColumnSet |
getAnalyzeTime, getDeletedRowCount, getLastAnalyzeRowCount, getModality, getRowCount, getRowCountStats, getSampleDataset, setAnalyzeTime, setDeletedRowCount, setLastAnalyzeRowCount, setModality, setRowCount |
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.