net.sf.farrago.fem.sql2003
Interface FemAbstractColumn

All Superinterfaces:
CwmAttribute, CwmColumn, CwmElement, CwmFeature, CwmModelElement, CwmStructuralFeature, FemAbstractAttribute, FemAbstractTypedElement, FemAnnotatedElement, RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
FemStoredColumn, FemViewColumn
All Known Implementing Classes:
FemStoredColumn$Hib, FemViewColumn$Hib

public interface FemAbstractColumn
extends FemAbstractAttribute

AbstractColumn 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
 List<FemColumnHistogram> getHistogram()
          Returns the value of reference Histogram.
 
Methods inherited from interface net.sf.farrago.fem.sql2003.FemAbstractAttribute
getKeyComponent, getOrdinal, setOrdinal
 
Methods inherited from interface net.sf.farrago.cwm.relational.CwmColumn
getCharacterSetName, getCollationName, getIsNullable, getLength, getOptionScopeColumnSet, getPrecision, getReferencedTableType, getScale, setCharacterSetName, setCollationName, setIsNullable, setLength, setOptionScopeColumnSet, setPrecision, setReferencedTableType, setScale
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmAttribute
getInitialValue, setInitialValue
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmStructuralFeature
getChangeability, getMultiplicity, getOrdering, getTargetScope, getType, setChangeability, setMultiplicity, setOrdering, setTargetScope, setType
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmFeature
getOwner, getOwnerScope, setOwner, setOwnerScope
 
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
 
Methods inherited from interface net.sf.farrago.fem.sql2003.FemAnnotatedElement
getCreationTimestamp, getDescription, getLineageId, getModificationTimestamp, getTagAnnotation, setCreationTimestamp, setDescription, setLineageId, setModificationTimestamp
 

Method Detail

getHistogram

List<FemColumnHistogram> getHistogram()
Returns the value of reference Histogram.

Returns:
Value of reference Histogram. Element type: FemColumnHistogram