public interface IDescribeColumn
| Modifier and Type | Method and Description |
|---|---|
String |
getField()
element : field of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getFormat()
element : format of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
setField(String field) |
void |
setFormat(String format) |
void |
setLabel(String label) |
void |
setName(String name) |
String getField()
void setField(String field)
String getFormat()
void setFormat(String format)
String getLabel()
void setLabel(String label)
String getName()
void setName(String name)
Copyright © 2015. All Rights Reserved.