com.esri.arcgisws
Class EsriWeightType

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

public final class EsriWeightType
extends Enum

Java class for esriWeightType.

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

 <simpleType name="esriWeightType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriWTNull"/>
     <enumeration value="esriWTBitGate"/>
     <enumeration value="esriWTInteger"/>
     <enumeration value="esriWTSingle"/>
     <enumeration value="esriWTDouble"/>
     <enumeration value="esriWTBoolean"/>
   </restriction>
 </simpleType>
 
Logical network weight types.

See Also:
Serialized Form

Field Summary
static EsriWeightType esriWTBitGate
           
static EsriWeightType esriWTBoolean
           
static EsriWeightType esriWTDouble
           
static EsriWeightType esriWTInteger
           
static EsriWeightType esriWTNull
           
static EsriWeightType esriWTSingle
           
 
Constructor Summary
EsriWeightType()
           
 
Method Summary
static EsriWeightType fromString(String value)
          Deprecated. 
static EsriWeightType fromValue(String v)
           
 String getValue()
           
 String toString()
           
static EsriWeightType valueOf(String name)
           
static EsriWeightType[] 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

esriWTNull

public static final EsriWeightType esriWTNull

esriWTBitGate

public static final EsriWeightType esriWTBitGate

esriWTInteger

public static final EsriWeightType esriWTInteger

esriWTSingle

public static final EsriWeightType esriWTSingle

esriWTDouble

public static final EsriWeightType esriWTDouble

esriWTBoolean

public static final EsriWeightType esriWTBoolean
Constructor Detail

EsriWeightType

public EsriWeightType()
Method Detail

values

public static final EsriWeightType[] values()

valueOf

public static EsriWeightType valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriWeightType fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum