public class CodelistColumnType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_Annotation |
static String |
_Code |
static String |
_Description |
static String |
_HLChildCode |
static String |
_HLParentCode |
static String |
_ParentCode |
static String |
_Undefined |
static CodelistColumnType |
Annotation |
static CodelistColumnType |
Code |
static CodelistColumnType |
Description |
static CodelistColumnType |
HLChildCode |
static CodelistColumnType |
HLParentCode |
static CodelistColumnType |
ParentCode |
static CodelistColumnType |
Undefined |
| Modifier | Constructor and Description |
|---|---|
protected |
CodelistColumnType(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CodelistColumnType |
fromString(String value) |
static CodelistColumnType |
fromValue(String value) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue() |
int |
hashCode() |
Object |
readResolve() |
String |
toString() |
public static final String _Undefined
public static final String _Code
public static final String _ParentCode
public static final String _Description
public static final String _Annotation
public static final String _HLChildCode
public static final String _HLParentCode
public static final CodelistColumnType Undefined
public static final CodelistColumnType Code
public static final CodelistColumnType ParentCode
public static final CodelistColumnType Description
public static final CodelistColumnType Annotation
public static final CodelistColumnType HLChildCode
public static final CodelistColumnType HLParentCode
protected CodelistColumnType(String value)
public String getValue()
public static CodelistColumnType fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static CodelistColumnType fromString(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
Copyright © 2015. All Rights Reserved.