com.esri.arcgisws
Class RstPixelType

java.lang.Object
  extended bycom.esri.arcgisws.RstPixelType
All Implemented Interfaces:
java.io.Serializable

public class RstPixelType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String _C128
           
static java.lang.String _C64
           
static java.lang.String _F32
           
static java.lang.String _F64
           
static java.lang.String _S16
           
static java.lang.String _S32
           
static java.lang.String _S8
           
static java.lang.String _U1
           
static java.lang.String _U16
           
static java.lang.String _U2
           
static java.lang.String _U32
           
static java.lang.String _U4
           
static java.lang.String _U8
           
static java.lang.String _UNKNOWN
           
static RstPixelType C128
           
static RstPixelType C64
           
static RstPixelType F32
           
static RstPixelType F64
           
static RstPixelType S16
           
static RstPixelType S32
           
static RstPixelType S8
           
static RstPixelType U1
           
static RstPixelType U16
           
static RstPixelType U2
           
static RstPixelType U32
           
static RstPixelType U4
           
static RstPixelType U8
           
static RstPixelType UNKNOWN
           
 
Constructor Summary
protected RstPixelType(java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static RstPixelType fromString(java.lang.String value)
           
static RstPixelType fromValue(java.lang.String value)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.Object readResolve()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_U1

public static final java.lang.String _U1
See Also:
Constant Field Values

_U2

public static final java.lang.String _U2
See Also:
Constant Field Values

_U4

public static final java.lang.String _U4
See Also:
Constant Field Values

_U8

public static final java.lang.String _U8
See Also:
Constant Field Values

_S8

public static final java.lang.String _S8
See Also:
Constant Field Values

_U16

public static final java.lang.String _U16
See Also:
Constant Field Values

_S16

public static final java.lang.String _S16
See Also:
Constant Field Values

_U32

public static final java.lang.String _U32
See Also:
Constant Field Values

_S32

public static final java.lang.String _S32
See Also:
Constant Field Values

_F32

public static final java.lang.String _F32
See Also:
Constant Field Values

_F64

public static final java.lang.String _F64
See Also:
Constant Field Values

_C64

public static final java.lang.String _C64
See Also:
Constant Field Values

_C128

public static final java.lang.String _C128
See Also:
Constant Field Values

_UNKNOWN

public static final java.lang.String _UNKNOWN
See Also:
Constant Field Values

U1

public static final RstPixelType U1

U2

public static final RstPixelType U2

U4

public static final RstPixelType U4

U8

public static final RstPixelType U8

S8

public static final RstPixelType S8

U16

public static final RstPixelType U16

S16

public static final RstPixelType S16

U32

public static final RstPixelType U32

S32

public static final RstPixelType S32

F32

public static final RstPixelType F32

F64

public static final RstPixelType F64

C64

public static final RstPixelType C64

C128

public static final RstPixelType C128

UNKNOWN

public static final RstPixelType UNKNOWN
Constructor Detail

RstPixelType

protected RstPixelType(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()

fromValue

public static RstPixelType fromValue(java.lang.String value)
                              throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

fromString

public static RstPixelType fromString(java.lang.String value)
                               throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toString

public java.lang.String toString()

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)

getTypeDesc

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