|
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 |
Field
interface represents a flat file entity field.
Field Summary | |
static java.lang.String |
MAPPINGDEFAULTDATATYPE Constant to specify the default for the mapping datatype. |
Method Summary | |
Datatype |
getDatatype() Returns the datatype object of the Field. |
java.lang.String |
getDefaultIfCondition() Returns the DEFAULTIF condition. |
Datatype |
getMappingDatatype() Gets the mapping data type for the Field. |
int |
getMappingLength() Gets the length of the mapping data type. |
int |
getMappingLengthRaw() Gets the raw length of the mapping data type. |
int |
getMappingPrecision() Gets the precision of the mapping data type. |
int |
getMappingPrecisionRaw() Gets the raw precision of the mapping data type. |
int |
getMappingScale() Gets the scale of the mapping data type. |
int |
getMappingScaleRaw() Gets the raw scale of the mapping data type. |
java.lang.String |
getMask() Gets the date mask of the Field. |
java.lang.String |
getNullIfCondition() Returns the NULLIF condition. |
Record |
getOwningRecord() Returns the owning record. |
int |
getStartPosition() Gets the start position of the field. |
boolean |
isMappingPrecisionOmitted() Gets whether or not the precision of the mapping data type is omitted. |
void |
setDatatype(Datatype datatype) Sets the datatype of the field. |
void |
setDatatype(java.lang.String datatypeName) Sets the datatype of the field. |
void |
setDefaultIfCondition(java.lang.String condition) Sets the DEFAULTIF condition of the Field. |
void |
setMappingDatatype(Datatype datatype) Sets the mapping data type for the Field. |
void |
setMappingDatatype(java.lang.String datatypeName) Sets the mapping data type for the Field. |
void |
setMappingLength(int length) Sets the length of the mapping data type. |
void |
setMappingPrecision(int precision) Sets the precision of the mapping data type. |
void |
setMappingPrecisionOmitted(boolean value) Sets whether or not the precision of the mapping data type is omitted. |
void |
setMappingScale(int scale) Sets the scale of the mapping data type. |
void |
setMask(java.lang.String mask) Sets the date mask of the Field. |
void |
setNullIfCondition(java.lang.String condition) Sets the NULLIF condition of the Field. |
void |
setStartPosition(int position) Sets the start position of the Field. |
Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
Methods inherited from interface oracle.owb.foundation.type.Datatyped |
getLength, getPrecision, getScale, isPrecisionOmitted, setLength, setPrecision, setPrecisionOmitted, setScale |
Methods inherited from interface oracle.owb.foundation.property.PropertyOwner |
getDefaultPropertyValue, getLogicalPropertyKeys, getPhysicalPropertyKeys, getPropertyDomain, getPropertyKeys, getPropertyValue, getPropertyValueString, isLogicalProperty, isPhysicalProperty, isReadOnlyProperty, setPropertyValue, setPropertyValueByString |
Field Detail |
public static final java.lang.String MAPPINGDEFAULTDATATYPE
Method Detail |
public Record getOwningRecord()
public Datatype getDatatype()
getDatatype
in interface Datatyped
setDatatype(oracle.owb.foundation.type.Datatype)
public void setDatatype(Datatype datatype)
setDatatype
in interface Datatyped
datatype
- of the FieldgetDatatype()
public void setDatatype(java.lang.String datatypeName)
datatypeName
- of the FieldgetDatatype()
public void setStartPosition(int position)
position
- where this Field begins in a fixed length RecordgetStartPosition()
public int getStartPosition()
setStartPosition(int)
public void setMask(java.lang.String mask)
mask
- a String defining the date mask used to convert character data in the file to an Oracle DATEgetMask()
public java.lang.String getMask()
setMask(java.lang.String)
public void setNullIfCondition(java.lang.String condition)
condition
- a String defining the NULLIF condition; an expression; for example "=BLANKS"getNullIfCondition()
public java.lang.String getNullIfCondition()
setNullIfCondition(java.lang.String)
public void setDefaultIfCondition(java.lang.String condition)
condition
- a String defining the default if condition; an expression; for example "=BLANKS"getDefaultIfCondition()
public java.lang.String getDefaultIfCondition()
setDefaultIfCondition(java.lang.String)
public void setMappingDatatype(java.lang.String datatypeName)
datatypeName
- a name of a datatype to define how mapping will treat this FieldgetMappingDatatype()
public void setMappingDatatype(Datatype datatype)
datatype
- a Datatype object to define how mapping will treat this FieldgetMappingDatatype()
public Datatype getMappingDatatype()
setMappingDatatype(java.lang.String)
public void setMappingLength(int length)
length
- the length of the mapping data typegetMappingLength()
public int getMappingLength()
setMappingLength(int)
public int getMappingLengthRaw()
public void setMappingPrecisionOmitted(boolean value)
value
- a boolean valueisMappingPrecisionOmitted()
public boolean isMappingPrecisionOmitted()
setMappingPrecisionOmitted(boolean)
public void setMappingPrecision(int precision)
precision
- the precision of the mapping data typepublic int getMappingPrecision()
getMappingPrecision()
public int getMappingPrecisionRaw()
setMappingPrecision(int)
public void setMappingScale(int scale)
scale
- the scale of the mapping data typegetMappingScale()
public int getMappingScale()
setMappingScale(int)
public int getMappingScaleRaw()
|
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 |