net.sf.farrago.fem.sql2003
Interface FemAbstractColumnSet

All Superinterfaces:
CwmClass, CwmClassifier, CwmColumnSet, CwmElement, CwmModelElement, CwmNamespace, RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
FemBaseColumnSet, FemForeignTable, FemLocalTable, FemLocalView, FemStoredTable
All Known Implementing Classes:
FemForeignTable$Hib, FemLocalTable$Hib, FemLocalView$Hib

public interface FemAbstractColumnSet
extends CwmColumnSet

AbstractColumnSet 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 getAnalyzeTime()
          Returns the value of attribute analyzeTime.
 Long getDeletedRowCount()
          Returns the value of attribute deletedRowCount.
 Long getLastAnalyzeRowCount()
          Returns the value of attribute lastAnalyzeRowCount.
 ModalityType getModality()
          Returns the value of attribute modality.
 Long getRowCount()
          Returns the value of attribute rowCount.
 List<FemRowCountStatistics> getRowCountStats()
          Returns the value of reference RowCountStats.
 List<FemSampleDataset> getSampleDataset()
          Returns the value of reference SampleDataset.
 void setAnalyzeTime(String newValue)
          Sets the value of analyzeTime attribute.
 void setDeletedRowCount(Long newValue)
          Sets the value of deletedRowCount attribute.
 void setLastAnalyzeRowCount(Long newValue)
          Sets the value of lastAnalyzeRowCount attribute.
 void setModality(ModalityType newValue)
          Sets the value of modality attribute.
 void setRowCount(Long newValue)
          Sets the value of rowCount attribute.
 
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 javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getModality

ModalityType getModality()
Returns the value of attribute modality.

Returns:
Value of attribute modality.

setModality

void setModality(ModalityType newValue)
Sets the value of modality attribute. See getModality() for description on the attribute.

Parameters:
newValue - New value to be set.

getAnalyzeTime

String getAnalyzeTime()
Returns the value of attribute analyzeTime.

Returns:
Value of attribute analyzeTime.

setAnalyzeTime

void setAnalyzeTime(String newValue)
Sets the value of analyzeTime attribute. See getAnalyzeTime() for description on the attribute.

Parameters:
newValue - New value to be set.

getRowCount

Long getRowCount()
Returns the value of attribute rowCount.

Returns:
Value of attribute rowCount.

setRowCount

void setRowCount(Long newValue)
Sets the value of rowCount attribute. See getRowCount() for description on the attribute.

Parameters:
newValue - New value to be set.

getLastAnalyzeRowCount

Long getLastAnalyzeRowCount()
Returns the value of attribute lastAnalyzeRowCount.

Returns:
Value of attribute lastAnalyzeRowCount.

setLastAnalyzeRowCount

void setLastAnalyzeRowCount(Long newValue)
Sets the value of lastAnalyzeRowCount attribute. See getLastAnalyzeRowCount() for description on the attribute.

Parameters:
newValue - New value to be set.

getDeletedRowCount

Long getDeletedRowCount()
Returns the value of attribute deletedRowCount.

Returns:
Value of attribute deletedRowCount.

setDeletedRowCount

void setDeletedRowCount(Long newValue)
Sets the value of deletedRowCount attribute. See getDeletedRowCount() for description on the attribute.

Parameters:
newValue - New value to be set.

getRowCountStats

List<FemRowCountStatistics> getRowCountStats()
Returns the value of reference RowCountStats.

Returns:
Value of reference RowCountStats. Element type: FemRowCountStatistics

getSampleDataset

List<FemSampleDataset> getSampleDataset()
Returns the value of reference SampleDataset.

Returns:
Value of reference SampleDataset. Element type: FemSampleDataset