com.esri.arcgisws
Class RstMosaicOperatorType

java.lang.Object
  extended by java.lang.Enum
      extended by com.esri.arcgisws.RstMosaicOperatorType
All Implemented Interfaces:
Serializable, Comparable

public final class RstMosaicOperatorType
extends Enum

Java class for rstMosaicOperatorType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="rstMosaicOperatorType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="MT_FIRST"/>
     <enumeration value="MT_LAST"/>
     <enumeration value="MT_MIN"/>
     <enumeration value="MT_MAX"/>
     <enumeration value="MT_MEAN"/>
     <enumeration value="MT_BLEND"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

Field Summary
static RstMosaicOperatorType MT_BLEND
           
static RstMosaicOperatorType MT_FIRST
           
static RstMosaicOperatorType MT_LAST
           
static RstMosaicOperatorType MT_MAX
           
static RstMosaicOperatorType MT_MEAN
           
static RstMosaicOperatorType MT_MIN
           
 
Constructor Summary
RstMosaicOperatorType()
           
 
Method Summary
static RstMosaicOperatorType fromString(String value)
          Deprecated. 
static RstMosaicOperatorType fromValue(String v)
           
 String getValue()
           
 String toString()
           
static RstMosaicOperatorType valueOf(String name)
           
static RstMosaicOperatorType[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MT_FIRST

public static final RstMosaicOperatorType MT_FIRST

MT_LAST

public static final RstMosaicOperatorType MT_LAST

MT_MIN

public static final RstMosaicOperatorType MT_MIN

MT_MAX

public static final RstMosaicOperatorType MT_MAX

MT_MEAN

public static final RstMosaicOperatorType MT_MEAN

MT_BLEND

public static final RstMosaicOperatorType MT_BLEND
Constructor Detail

RstMosaicOperatorType

public RstMosaicOperatorType()
Method Detail

values

public static final RstMosaicOperatorType[] values()

valueOf

public static RstMosaicOperatorType valueOf(String name)

getValue

public String getValue()

fromValue

public static RstMosaicOperatorType fromValue(String v)

fromString

@Deprecated
public static RstMosaicOperatorType fromString(String value)
Deprecated. 


toString

public String toString()
Overrides:
toString in class Enum