public class ColumnType extends Object implements Serializable
ResultSet.| Constructor and Description |
|---|
ColumnType() |
ColumnType(String labelName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getLabelName()
Gets the labelName value for this ColumnType.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setLabelName(String labelName)
Sets the labelName value for this ColumnType.
|
String |
toString() |
public ColumnType()
public ColumnType(String labelName)
public String getLabelName()
public void setLabelName(String labelName)
labelName - * Represents the column's name.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.