com.esri.arcgisws
Class EsriNAImpedanceTransformationType

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

public final class EsriNAImpedanceTransformationType
extends Enum

Java class for esriNAImpedanceTransformationType.

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

 <simpleType name="esriNAImpedanceTransformationType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriNAITTLinear"/>
     <enumeration value="esriNAITTPower"/>
     <enumeration value="esriNAITTExponential"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

Field Summary
static EsriNAImpedanceTransformationType esriNAITTExponential
           
static EsriNAImpedanceTransformationType esriNAITTLinear
           
static EsriNAImpedanceTransformationType esriNAITTPower
           
 
Constructor Summary
EsriNAImpedanceTransformationType()
           
 
Method Summary
static EsriNAImpedanceTransformationType fromString(String value)
          Deprecated. 
static EsriNAImpedanceTransformationType fromValue(String v)
           
 String getValue()
           
 String toString()
           
static EsriNAImpedanceTransformationType valueOf(String name)
           
static EsriNAImpedanceTransformationType[] 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

esriNAITTLinear

public static final EsriNAImpedanceTransformationType esriNAITTLinear

esriNAITTPower

public static final EsriNAImpedanceTransformationType esriNAITTPower

esriNAITTExponential

public static final EsriNAImpedanceTransformationType esriNAITTExponential
Constructor Detail

EsriNAImpedanceTransformationType

public EsriNAImpedanceTransformationType()
Method Detail

values

public static final EsriNAImpedanceTransformationType[] values()

valueOf

public static EsriNAImpedanceTransformationType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriNAImpedanceTransformationType fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum