com.esri.arcgisws
Class EvaluatedNetworkAttribute

java.lang.Object
  extended by com.esri.arcgisws.NetworkAttribute
      extended by com.esri.arcgisws.EvaluatedNetworkAttribute
All Implemented Interfaces:
Serializable

public class EvaluatedNetworkAttribute
extends NetworkAttribute
implements Serializable

A container for describing a network dataset attribute and its evaluators.

Java class for EvaluatedNetworkAttribute complex type.

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

 <complexType name="EvaluatedNetworkAttribute">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}NetworkAttribute">
     </extension>
   </complexContent>
 </complexType>
 
A container for describing a network dataset attribute and its evaluators.

See Also:
Serialized Form

Constructor Summary
EvaluatedNetworkAttribute()
          EvaluatedNetworkAttribute default constructor.
EvaluatedNetworkAttribute(int id, String name, EsriNetworkAttributeUnits2 units, EsriNetworkAttributeDataType dataType, EsriNetworkAttributeUsageType usageType, Object userData, boolean useByDefault, NetworkAttributeParameter[] attributeParameters)
          Deprecated. 
 
Method Summary
 
Methods inherited from class com.esri.arcgisws.NetworkAttribute
getAttributeParameters, getDataType, getID, getName, getUnits, getUsageType, getUserData, isUseByDefault, setAttributeParameters, setDataType, setID, setName, setUnits, setUsageType, setUseByDefault, setUserData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvaluatedNetworkAttribute

@Deprecated
public EvaluatedNetworkAttribute(int id,
                                            String name,
                                            EsriNetworkAttributeUnits2 units,
                                            EsriNetworkAttributeDataType dataType,
                                            EsriNetworkAttributeUsageType usageType,
                                            Object userData,
                                            boolean useByDefault,
                                            NetworkAttributeParameter[] attributeParameters)
Deprecated. 

EvaluatedNetworkAttribute constructor.


EvaluatedNetworkAttribute

public EvaluatedNetworkAttribute()
EvaluatedNetworkAttribute default constructor.