|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FemColumnHistogram
ColumnHistogram 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. |
List<FemColumnHistogramBar> |
getBar()
Returns the value of reference Bar. |
int |
getBarCount()
Returns the value of attribute barCount. |
FemAbstractColumn |
getColumn()
Returns the value of reference Column. |
Long |
getDistinctValueCount()
Returns the value of attribute distinctValueCount. |
float |
getPercentageSampled()
Returns the value of attribute percentageSampled. |
long |
getRowsLastBar()
Returns the value of attribute rowsLastBar. |
long |
getRowsPerBar()
Returns the value of attribute rowsPerBar. |
long |
getSampleSize()
Returns the value of attribute sampleSize. |
boolean |
isDistinctValueCountEstimated()
Returns the value of attribute distinctValueCountEstimated. |
void |
setAnalyzeTime(String newValue)
Sets the value of analyzeTime attribute. |
void |
setBarCount(int newValue)
Sets the value of barCount attribute. |
void |
setColumn(FemAbstractColumn newValue)
Sets the value of Column reference. |
void |
setDistinctValueCount(Long newValue)
Sets the value of distinctValueCount attribute. |
void |
setDistinctValueCountEstimated(boolean newValue)
Sets the value of distinctValueCountEstimated attribute. |
void |
setPercentageSampled(float newValue)
Sets the value of percentageSampled attribute. |
void |
setRowsLastBar(long newValue)
Sets the value of rowsLastBar attribute. |
void |
setRowsPerBar(long newValue)
Sets the value of rowsPerBar attribute. |
void |
setSampleSize(long newValue)
Sets the value of sampleSize attribute. |
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 |
---|
String getAnalyzeTime()
void setAnalyzeTime(String newValue)
getAnalyzeTime()
for description on the attribute.
newValue
- New value to be set.float getPercentageSampled()
void setPercentageSampled(float newValue)
getPercentageSampled()
for description on the attribute.
newValue
- New value to be set.int getBarCount()
void setBarCount(int newValue)
getBarCount()
for
description on the attribute.
newValue
- New value to be set.long getRowsPerBar()
void setRowsPerBar(long newValue)
getRowsPerBar()
for description on the attribute.
newValue
- New value to be set.long getRowsLastBar()
void setRowsLastBar(long newValue)
getRowsLastBar()
for description on the attribute.
newValue
- New value to be set.long getSampleSize()
void setSampleSize(long newValue)
getSampleSize()
for description on the attribute.
newValue
- New value to be set.Long getDistinctValueCount()
void setDistinctValueCount(Long newValue)
getDistinctValueCount()
for description on the attribute.
newValue
- New value to be set.boolean isDistinctValueCountEstimated()
void setDistinctValueCountEstimated(boolean newValue)
isDistinctValueCountEstimated()
for description on the attribute.
newValue
- New value to be set.List<FemColumnHistogramBar> getBar()
FemColumnHistogramBar
FemAbstractColumn getColumn()
void setColumn(FemAbstractColumn newValue)
getColumn()
for
description on the attribute.
newValue
- New value to be set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |