|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CwmColumn
Column object instance interface. A column in a result set, a view, a table, or an SQLStructuredType.
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 |
getCharacterSetName()
Returns the value of attribute characterSetName. |
String |
getCollationName()
Returns the value of attribute collationName. |
NullableType |
getIsNullable()
Returns the value of attribute isNullable. |
Integer |
getLength()
Returns the value of attribute length. |
CwmNamedColumnSet |
getOptionScopeColumnSet()
Returns the value of reference optionScopeColumnSet. |
Integer |
getPrecision()
Returns the value of attribute precision. |
CwmSqlstructuredType |
getReferencedTableType()
Returns the value of reference referencedTableType. |
Integer |
getScale()
Returns the value of attribute scale. |
void |
setCharacterSetName(String newValue)
Sets the value of characterSetName attribute. |
void |
setCollationName(String newValue)
Sets the value of collationName attribute. |
void |
setIsNullable(NullableType newValue)
Sets the value of isNullable attribute. |
void |
setLength(Integer newValue)
Sets the value of length attribute. |
void |
setOptionScopeColumnSet(CwmNamedColumnSet newValue)
Sets the value of optionScopeColumnSet reference. |
void |
setPrecision(Integer newValue)
Sets the value of precision attribute. |
void |
setReferencedTableType(CwmSqlstructuredType newValue)
Sets the value of referencedTableType reference. |
void |
setScale(Integer newValue)
Sets the value of scale attribute. |
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 |
Method Detail |
---|
Integer getPrecision()
void setPrecision(Integer newValue)
getPrecision()
for
description on the attribute.
newValue
- New value to be set.Integer getScale()
void setScale(Integer newValue)
getScale()
for
description on the attribute.
newValue
- New value to be set.NullableType getIsNullable()
void setIsNullable(NullableType newValue)
getIsNullable()
for description on the attribute.
newValue
- New value to be set.Integer getLength()
void setLength(Integer newValue)
getLength()
for
description on the attribute.
newValue
- New value to be set.String getCollationName()
void setCollationName(String newValue)
getCollationName()
for description on the attribute.
newValue
- New value to be set.String getCharacterSetName()
void setCharacterSetName(String newValue)
getCharacterSetName()
for description on the attribute.
newValue
- New value to be set.CwmNamedColumnSet getOptionScopeColumnSet()
void setOptionScopeColumnSet(CwmNamedColumnSet newValue)
getOptionScopeColumnSet()
for description on the attribute.
newValue
- New value to be set.CwmSqlstructuredType getReferencedTableType()
void setReferencedTableType(CwmSqlstructuredType newValue)
getReferencedTableType()
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 |