|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.XNode
inetsoft.uql.schema.XTypeNode
inetsoft.uql.text.TextOutput
public class TextOutput
TextOutput stores output attributes of text datasource.
| Field Summary |
|---|
| Fields inherited from class inetsoft.uql.schema.XTypeNode |
|---|
STAR |
| Fields inherited from class inetsoft.uql.XNode |
|---|
value |
| Constructor Summary | |
|---|---|
TextOutput()
Constructor |
|
| Method Summary | |
|---|---|
Object |
clone()
Make a copy of the text output. |
XTypeNode |
cloneType()
Clone a an output (XTypeNode) node of a datasource. |
TextFileInfo |
getBodyInfo()
Gets the descriptor for the file body. |
String |
getDelimiter()
Deprecated. |
inetsoft.uql.text.TextFileType |
getFileType()
Gets the type of the source file. |
int[] |
getFixedLengths()
Deprecated. |
String |
getHeaderDelimiter()
Deprecated. |
int |
getHeaderFixedLength()
Deprecated. |
TextFileInfo |
getHeaderInfo()
Gets the descriptor for the file header. |
int[] |
getSelectedCols()
Get the selected (shown) column indices. |
XSelection |
getTableSpec()
Get the table column specification. |
boolean |
isAutoImportText()
Check if datasource is auto import. |
boolean |
isFirstHeaderRow()
Deprecated. |
boolean |
isHeaderFixed()
Deprecated. |
boolean |
isLengthFixed()
Deprecated. |
void |
setAutoImportText(boolean autoImportText)
Set whether the datasource should be auto import. |
void |
setBodyInfo(TextFileInfo bodyInfo)
Sets the descriptor for the file body. |
void |
setDelimiter(String delim)
Deprecated. |
void |
setFileType(inetsoft.uql.text.TextFileType fileType)
Sets the type of the source file. |
void |
setFirstHeaderRow(boolean first)
Deprecated. |
void |
setFixedLengths(int[] lengths)
Deprecated. |
void |
setHeaderDelimiter(String hdelim)
Deprecated. |
void |
setHeaderFixed(boolean headerFixed)
Deprecated. |
void |
setHeaderFixedLength(int headerLength)
Deprecated. |
void |
setHeaderInfo(TextFileInfo headerInfo)
Sets the descriptor for the file header. |
void |
setLengthFixed(boolean fixed)
Deprecated. |
void |
setSelectedCols(int[] cols)
Set the selected columns. |
void |
setTableSpec(XSelection tablespec)
Set the table column specification. |
| Methods inherited from class inetsoft.uql.schema.XTypeNode |
|---|
addAttribute, addChild, clone, compareTo, equals, getAttribute, getAttributeCount, getAttributeIndex, getAttributeString, getAttributeType, getFormat, getMaxOccurs, getMinOccurs, getType, getTypeNode, getXMetaInfo, isCompatible, isDate, isNumber, isPrimitive, isTypeNodeExists, newInstance, newInstance, parseXML, setAttribute, setFormat, setMaxOccurs, setMinOccurs, setXMetaInfo, toString, writeAttributes, writeTreeXML, writeTypeXML, writeXML |
| Methods inherited from class inetsoft.uql.XNode |
|---|
addChild, addChild, addr, checkDuplicate, cloneValue, eq, getAttribute, getAttributeNames, getChild, getChild, getChildCount, getChildIndex, getDefaultFormat, getName, getNode, getParent, getPath, getPath, getValue, getValue, hashCode, insertChild, isAncestor, removeAllChildren, removeChild, removeChild, removeChild, removeChild, setAttribute, setChild, setDefaultFormat, setName, setValue, sort, sort |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TextOutput()
| Method Detail |
|---|
public XSelection getTableSpec()
public void setTableSpec(XSelection tablespec)
public int[] getSelectedCols()
public void setSelectedCols(int[] cols)
public inetsoft.uql.text.TextFileType getFileType()
public void setFileType(inetsoft.uql.text.TextFileType fileType)
fileType - the file type.public TextFileInfo getHeaderInfo()
public void setHeaderInfo(TextFileInfo headerInfo)
headerInfo - the header descriptor.public TextFileInfo getBodyInfo()
public void setBodyInfo(TextFileInfo bodyInfo)
bodyInfo - the body descriptor.@Deprecated public String getDelimiter()
@Deprecated public void setDelimiter(String delim)
public void setAutoImportText(boolean autoImportText)
public boolean isAutoImportText()
@Deprecated public boolean isFirstHeaderRow()
@Deprecated public void setFirstHeaderRow(boolean first)
@Deprecated public boolean isHeaderFixed()
@Deprecated public void setHeaderFixed(boolean headerFixed)
@Deprecated public int getHeaderFixedLength()
@Deprecated public void setHeaderFixedLength(int headerLength)
@Deprecated public String getHeaderDelimiter()
@Deprecated public void setHeaderDelimiter(String hdelim)
@Deprecated public boolean isLengthFixed()
@Deprecated public void setLengthFixed(boolean fixed)
@Deprecated public int[] getFixedLengths()
@Deprecated public void setFixedLengths(int[] lengths)
public XTypeNode cloneType()
throws Exception
cloneType in class XTypeNodeExceptionpublic Object clone()
clone in class XTypeNode
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||