|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CwmSqlsimpleType
SQLSimpleType object instance interface. A simple datatype used with an SQL column. Examples are Integer, Varchar, LOB, CLOB, etc...
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 | |
---|---|
Integer |
getCharacterMaximumLength()
Returns the value of attribute characterMaximumLength. |
Integer |
getCharacterOctetLength()
Returns the value of attribute characterOctetLength. |
Integer |
getDateTimePrecision()
Returns the value of attribute dateTimePrecision. |
Integer |
getNumericPrecision()
Returns the value of attribute numericPrecision. |
Integer |
getNumericPrecisionRadix()
Returns the value of attribute numericPrecisionRadix. |
Integer |
getNumericScale()
Returns the value of attribute numericScale. |
void |
setCharacterMaximumLength(Integer newValue)
Sets the value of characterMaximumLength attribute. |
void |
setCharacterOctetLength(Integer newValue)
Sets the value of characterOctetLength attribute. |
void |
setDateTimePrecision(Integer newValue)
Sets the value of dateTimePrecision attribute. |
void |
setNumericPrecision(Integer newValue)
Sets the value of numericPrecision attribute. |
void |
setNumericPrecisionRadix(Integer newValue)
Sets the value of numericPrecisionRadix attribute. |
void |
setNumericScale(Integer newValue)
Sets the value of numericScale attribute. |
Methods inherited from interface net.sf.farrago.cwm.relational.CwmSqldataType |
---|
getTypeNumber, setTypeNumber |
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 |
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 |
---|
Integer getCharacterMaximumLength()
void setCharacterMaximumLength(Integer newValue)
getCharacterMaximumLength()
for description on the attribute.
newValue
- New value to be set.Integer getCharacterOctetLength()
void setCharacterOctetLength(Integer newValue)
getCharacterOctetLength()
for description on the attribute.
newValue
- New value to be set.Integer getNumericPrecision()
void setNumericPrecision(Integer newValue)
getNumericPrecision()
for description on the attribute.
newValue
- New value to be set.Integer getNumericPrecisionRadix()
void setNumericPrecisionRadix(Integer newValue)
getNumericPrecisionRadix()
for description on the attribute.
newValue
- New value to be set.Integer getNumericScale()
void setNumericScale(Integer newValue)
getNumericScale()
for description on the attribute.
newValue
- New value to be set.Integer getDateTimePrecision()
void setDateTimePrecision(Integer newValue)
getDateTimePrecision()
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 |