com.esri.arcgisws
Class EsriSimpleLineStyle

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

public final class EsriSimpleLineStyle
extends Enum

Java class for esriSimpleLineStyle.

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

 <simpleType name="esriSimpleLineStyle">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriSLSSolid"/>
     <enumeration value="esriSLSDash"/>
     <enumeration value="esriSLSDot"/>
     <enumeration value="esriSLSDashDot"/>
     <enumeration value="esriSLSDashDotDot"/>
     <enumeration value="esriSLSNull"/>
     <enumeration value="esriSLSInsideFrame"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

Field Summary
static EsriSimpleLineStyle esriSLSDash
           
static EsriSimpleLineStyle esriSLSDashDot
           
static EsriSimpleLineStyle esriSLSDashDotDot
           
static EsriSimpleLineStyle esriSLSDot
           
static EsriSimpleLineStyle esriSLSInsideFrame
           
static EsriSimpleLineStyle esriSLSNull
           
static EsriSimpleLineStyle esriSLSSolid
           
 
Constructor Summary
EsriSimpleLineStyle()
           
 
Method Summary
static EsriSimpleLineStyle fromString(String value)
          Deprecated. 
static EsriSimpleLineStyle fromValue(String v)
           
 String getValue()
           
 String toString()
           
static EsriSimpleLineStyle valueOf(String name)
           
static EsriSimpleLineStyle[] 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

esriSLSSolid

public static final EsriSimpleLineStyle esriSLSSolid

esriSLSDash

public static final EsriSimpleLineStyle esriSLSDash

esriSLSDot

public static final EsriSimpleLineStyle esriSLSDot

esriSLSDashDot

public static final EsriSimpleLineStyle esriSLSDashDot

esriSLSDashDotDot

public static final EsriSimpleLineStyle esriSLSDashDotDot

esriSLSNull

public static final EsriSimpleLineStyle esriSLSNull

esriSLSInsideFrame

public static final EsriSimpleLineStyle esriSLSInsideFrame
Constructor Detail

EsriSimpleLineStyle

public EsriSimpleLineStyle()
Method Detail

values

public static final EsriSimpleLineStyle[] values()

valueOf

public static EsriSimpleLineStyle valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriSimpleLineStyle fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum