|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FemAbstractColumnSet
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 |
---|
ModalityType getModality()
void setModality(ModalityType newValue)
getModality()
for
description on the attribute.
newValue
- New value to be set.String getAnalyzeTime()
void setAnalyzeTime(String newValue)
getAnalyzeTime()
for description on the attribute.
newValue
- New value to be set.Long getRowCount()
void setRowCount(Long newValue)
getRowCount()
for
description on the attribute.
newValue
- New value to be set.Long getLastAnalyzeRowCount()
void setLastAnalyzeRowCount(Long newValue)
getLastAnalyzeRowCount()
for description on the attribute.
newValue
- New value to be set.Long getDeletedRowCount()
void setDeletedRowCount(Long newValue)
getDeletedRowCount()
for description on the attribute.
newValue
- New value to be set.List<FemRowCountStatistics> getRowCountStats()
FemRowCountStatistics
List<FemSampleDataset> getSampleDataset()
FemSampleDataset
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |