|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
DataTyped interface represents a typed metadata object.
| Method Summary | |
Datatype |
getDatatype()Gets the datatype of object. |
int |
getLength()Gets the length of the object, if that is allowed for this type of object. |
int |
getPrecision()Gets the precision of the object, if that is allowed for this type of object. |
int |
getScale()Gets the scale of the object, if that is allowed for this type of object. |
boolean |
isPrecisionOmitted()Gets whether the precision is omitted for this object, if that is allowed for this type of object. |
void |
setDatatype(Datatype datatype)Sets the datatype of object. |
void |
setLength(int length)Sets the length of the object, if that is allowed for this type of object. |
void |
setPrecision(int precision)Sets the precision of the object, if that is allowed for this type of object. |
void |
setPrecisionOmitted(boolean omitted)Sets whether to omit the precision of the object, if that is allowed for this type of object. |
void |
setScale(int scale)Sets the scale of the object, if that is allowed for this type of object. |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
| Method Detail |
public Datatype getDatatype()
#setDatatype.public void setDatatype(Datatype datatype)
datatype - - The datatype to be assigned to this typed object.#getDatatype.public int getLength()
getDatatype().isLengthAllowed()#setLength.public void setLength(int length)
getDatatype().isLengthAllowed()length - - The length of the object.#getLength.public int getPrecision()
getDatatype().isPrecisionAllowed()#setPrecision.public void setPrecision(int precision)
getDatatype().isPrecisionAllowed()precision - - The precision of the object.#getPrecision.public boolean isPrecisionOmitted()
getDatatype().isPrecisionOmitAllowed()public void setPrecisionOmitted(boolean omitted)
getDatatype().isPrecisionOmitAllowed()omitted - - The boolean value indicating if precision is omitted.public int getScale()
getDatatype().isScaleAllowed()#setScale.public void setScale(int scale)
getDatatype().isScaleAllowed()scale - - The scale value of the object.#getScale.
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||