net.sf.farrago.fem.med
Interface FemColumnHistogram

All Superinterfaces:
RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemColumnHistogram$Hib

public interface FemColumnHistogram
extends RefObject

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

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.

getPercentageSampled

float getPercentageSampled()
Returns the value of attribute percentageSampled.

Returns:
Value of attribute percentageSampled.

setPercentageSampled

void setPercentageSampled(float newValue)
Sets the value of percentageSampled attribute. See getPercentageSampled() for description on the attribute.

Parameters:
newValue - New value to be set.

getBarCount

int getBarCount()
Returns the value of attribute barCount.

Returns:
Value of attribute barCount.

setBarCount

void setBarCount(int newValue)
Sets the value of barCount attribute. See getBarCount() for description on the attribute.

Parameters:
newValue - New value to be set.

getRowsPerBar

long getRowsPerBar()
Returns the value of attribute rowsPerBar.

Returns:
Value of attribute rowsPerBar.

setRowsPerBar

void setRowsPerBar(long newValue)
Sets the value of rowsPerBar attribute. See getRowsPerBar() for description on the attribute.

Parameters:
newValue - New value to be set.

getRowsLastBar

long getRowsLastBar()
Returns the value of attribute rowsLastBar.

Returns:
Value of attribute rowsLastBar.

setRowsLastBar

void setRowsLastBar(long newValue)
Sets the value of rowsLastBar attribute. See getRowsLastBar() for description on the attribute.

Parameters:
newValue - New value to be set.

getSampleSize

long getSampleSize()
Returns the value of attribute sampleSize.

Returns:
Value of attribute sampleSize.

setSampleSize

void setSampleSize(long newValue)
Sets the value of sampleSize attribute. See getSampleSize() for description on the attribute.

Parameters:
newValue - New value to be set.

getDistinctValueCount

Long getDistinctValueCount()
Returns the value of attribute distinctValueCount.

Returns:
Value of attribute distinctValueCount.

setDistinctValueCount

void setDistinctValueCount(Long newValue)
Sets the value of distinctValueCount attribute. See getDistinctValueCount() for description on the attribute.

Parameters:
newValue - New value to be set.

isDistinctValueCountEstimated

boolean isDistinctValueCountEstimated()
Returns the value of attribute distinctValueCountEstimated.

Returns:
Value of attribute distinctValueCountEstimated.

setDistinctValueCountEstimated

void setDistinctValueCountEstimated(boolean newValue)
Sets the value of distinctValueCountEstimated attribute. See isDistinctValueCountEstimated() for description on the attribute.

Parameters:
newValue - New value to be set.

getBar

List<FemColumnHistogramBar> getBar()
Returns the value of reference Bar.

Returns:
Value of reference Bar. Element type: FemColumnHistogramBar

getColumn

FemAbstractColumn getColumn()
Returns the value of reference Column.

Returns:
Value of reference Column.

setColumn

void setColumn(FemAbstractColumn newValue)
Sets the value of Column reference. See getColumn() for description on the attribute.

Parameters:
newValue - New value to be set.