org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types
Class CodelistColumnType

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnType
All Implemented Interfaces:
Serializable

public class CodelistColumnType
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
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
           
 
Constructor Summary
protected CodelistColumnType(String value)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_Undefined

public static final String _Undefined
See Also:
Constant Field Values

_Code

public static final String _Code
See Also:
Constant Field Values

_ParentCode

public static final String _ParentCode
See Also:
Constant Field Values

_Description

public static final String _Description
See Also:
Constant Field Values

_Annotation

public static final String _Annotation
See Also:
Constant Field Values

_HLChildCode

public static final String _HLChildCode
See Also:
Constant Field Values

_HLParentCode

public static final String _HLParentCode
See Also:
Constant Field Values

Undefined

public static final CodelistColumnType Undefined

Code

public static final CodelistColumnType Code

ParentCode

public static final CodelistColumnType ParentCode

Description

public static final CodelistColumnType Description

Annotation

public static final CodelistColumnType Annotation

HLChildCode

public static final CodelistColumnType HLChildCode

HLParentCode

public static final CodelistColumnType HLParentCode
Constructor Detail

CodelistColumnType

protected CodelistColumnType(String value)
Method Detail

getValue

public String getValue()

fromValue

public static CodelistColumnType fromValue(String value)
                                    throws IllegalArgumentException
Throws:
IllegalArgumentException

fromString

public static CodelistColumnType fromString(String value)
                                     throws IllegalArgumentException
Throws:
IllegalArgumentException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object



Copyright © 2012. All Rights Reserved.