oracle.AWXML
Class SourceColumn
java.lang.Object
|
+--oracle.AWXML.BaseObject
|
+--oracle.AWXML.SourceColumn
- public class SourceColumn
- extends BaseObject
A relational column containing source data for an AWObject.
A SourceColumn belongs to an ExternalSourceExpression, which also specifies the target AWObject.
- See Also:
ExternalSourceExpression, MappingGroup
| Constructor Summary |
SourceColumn(BaseObject input)
Creates a SourceColumn for the specified ExternalSourceExpression. |
| Method Summary |
java.lang.String |
getColumn()
Returns the name of the source column. |
void |
setColumn(java.lang.String input)
Specifies the name of the source column. |
java.lang.String |
WriteToXML()
Returns the SourceColumn as an XML string. |
| Methods inherited from class oracle.AWXML.BaseObject |
Alter, Create, CreateAfter, CreateBefore, CreateFirst, DataRead, Delete, getColumnName, getId, getLongName, getLongName, getName, getOwner, getPluralName, getPluralName, getSchema, getShortName, getShortName, setColumnName, setLongName, setLongName, setName, setPluralName, setPluralName, setSchema, setShortName, setShortName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceColumn
public SourceColumn(BaseObject input)
- Creates a
SourceColumn for the specified ExternalSourceExpression.
-
- Parameters:
input - The ExternalSourceExpression that owns the SourceColumn.
setColumn
public void setColumn(java.lang.String input)
- Specifies the name of the source column.
-
- Parameters:
input - The name of the source column.
getColumn
public java.lang.String getColumn()
- Returns the name of the source column.
-
- Returns:
- The name of the source column.
WriteToXML
public java.lang.String WriteToXML()
- Returns the
SourceColumn as an XML string.
-
- Overrides:
- WriteToXML in class BaseObject
-
- Returns:
- A
String containing the XML that represents the SourceColumn.
Copyright © 2003, 2005 Oracle. All rights reserved.