public class ECLSchemaItemWrapper extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
local_columnName |
protected String |
local_columnType |
protected int |
local_columnTypeCode |
protected boolean |
local_isConditional |
Constructor and Description |
---|
ECLSchemaItemWrapper() |
ECLSchemaItemWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v1_05.ECLSchemaItem eclschemaitem) |
ECLSchemaItemWrapper(String _columnName,
String _columnType,
int _columnTypeCode,
boolean _isConditional) |
Modifier and Type | Method and Description |
---|---|
String |
getColumnName() |
String |
getColumnType() |
int |
getColumnTypeCode() |
boolean |
getIsConditional() |
org.hpccsystems.ws.client.gen.axis2.wssql.v1_05.ECLSchemaItem |
getRaw() |
void |
setColumnName(String _columnName) |
void |
setColumnType(String _columnType) |
void |
setColumnTypeCode(int _columnTypeCode) |
void |
setIsConditional(boolean _isConditional) |
String |
toString() |
protected String local_columnName
protected String local_columnType
protected int local_columnTypeCode
protected boolean local_isConditional
public ECLSchemaItemWrapper()
public ECLSchemaItemWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v1_05.ECLSchemaItem eclschemaitem)
public org.hpccsystems.ws.client.gen.axis2.wssql.v1_05.ECLSchemaItem getRaw()
public void setColumnName(String _columnName)
public String getColumnName()
public void setColumnType(String _columnType)
public String getColumnType()
public void setColumnTypeCode(int _columnTypeCode)
public int getColumnTypeCode()
public void setIsConditional(boolean _isConditional)
public boolean getIsConditional()
Copyright © 2021. All rights reserved.