public interface WsdlColumnInfo
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_DATATYPE |
static int |
DEFAULT_WIDTH |
static String |
INTEGER_DATATYPE |
Modifier and Type | Method and Description |
---|---|
WsdlAttributeInfo[] |
getAttributeInfoArray() |
String |
getDatatype() |
String |
getDefaultValue() |
String |
getFullXmlPath() |
String |
getName()
Get the column name for display in the UI.
|
String |
getNamespace() |
boolean |
getOrdinality() |
Outcome |
getOutcome() |
String |
getRelativePath() |
String |
getSymbolName()
Get the fully validated column name.
|
String |
getUniqueAttributeName(String proposedName) |
int |
getWidth() |
static final String DEFAULT_DATATYPE
static final String INTEGER_DATATYPE
static final int DEFAULT_WIDTH
String getName()
getSymbolName()
for retrieving the
fully validated column name.String getSymbolName()
String getDatatype()
int getWidth()
String getDefaultValue()
String getRelativePath()
String getFullXmlPath()
boolean getOrdinality()
String getNamespace()
WsdlAttributeInfo[] getAttributeInfoArray()
Outcome getOutcome()
IOutcome
representing the validity of the data in this info objectCopyright © 2013–2019. All rights reserved.