public class DFURecordDefWrapper extends DFUDataColumnWrapper
| Constructor and Description |
|---|
DFURecordDefWrapper()
Instantiates a new DFU record def wrapper.
|
DFURecordDefWrapper(ArrayList<DFUDataColumnWrapper> columns)
Instantiates a new DFU record def wrapper.
|
DFURecordDefWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUDataColumn base)
Create a Data Column Info object from a axis-generated soap class DFUDataColumn.
|
| Modifier and Type | Method and Description |
|---|---|
FileFormat |
getFileType()
Gets the file type.
|
String |
getMaxRecLength()
Gets the max rec length.
|
String |
getRecordLayoutName()
Gets the record layout name.
|
String |
getRecordName()
Gets the record name.
|
boolean |
isInline()
Checks if is inline.
|
boolean |
isSingleRow()
Checks if is single row.
|
void |
setFileType(FileFormat f)
Sets the file type.
|
void |
setInline(boolean inline)
Sets the inline.
|
void |
setMaxRecLength(String maxreclength)
Sets the max rec length.
|
void |
setRecordLayoutName(String recordLayoutName)
Sets the record layout name.
|
void |
setRecordName(String recordName)
Sets the record name.
|
void |
setSingleRow(boolean singlerow)
Sets the single row.
|
String |
toString() |
copy, copy, getAnnotations, getChildColumns, getColumnEclType, getColumnID, getColumnLabel, getColumnRawSize, getColumnSize, getColumnType, getColumnValue, getDataColumns, getIsKeyedColumn, getIsNaturalColumn, getMaxcount, getMaxlength, getMaxSize, getOriginalEcl, getXmlDefaultVal, getXpath, isBlob, isIsblob, setAnnotations, setBlob, setChildColumns, setColumnEclType, setColumnID, setColumnLabel, setColumnRawSize, setColumns, setColumnSize, setColumnType, setColumnValue, setDataColumns, setIsblob, setIsKeyedColumn, setIsNaturalColumn, setMaxcount, setMaxlength, setMaxSize, setOriginalEcl, setXmlDefaultVal, setXpathpublic DFURecordDefWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUDataColumn base)
base - the basepublic DFURecordDefWrapper()
public DFURecordDefWrapper(ArrayList<DFUDataColumnWrapper> columns)
columns - the columnspublic String getRecordName()
public void setRecordName(String recordName)
recordName - the new record namepublic boolean isInline()
public void setInline(boolean inline)
inline - the new inlinepublic String getRecordLayoutName()
public void setRecordLayoutName(String recordLayoutName)
recordLayoutName - the new record layout namepublic boolean isSingleRow()
public void setSingleRow(boolean singlerow)
singlerow - the new single rowpublic FileFormat getFileType()
public void setFileType(FileFormat f)
f - the new file typepublic String getMaxRecLength()
public void setMaxRecLength(String maxreclength)
maxreclength - the new max rec lengthpublic String toString()
toString in class DFUDataColumnWrapperCopyright © 2021. All rights reserved.