Uses of Class
com.esri.core.tasks.ags.na.AttributeParameterValue

Packages that use AttributeParameterValue
com.esri.core.tasks.ags.na   
 

Uses of AttributeParameterValue in com.esri.core.tasks.ags.na
 

Methods in com.esri.core.tasks.ags.na that return AttributeParameterValue
static AttributeParameterValue AttributeParameterValue.fromJson(org.codehaus.jackson.JsonParser parser)
          Creates an AttributeParameterValue object from a json representation
 AttributeParameterValue[] ClosestFacilityTaskParameters.getAttributeParameterValues()
           
abstract  AttributeParameterValue[] NATaskParameters.getAttributeParameterValues()
          Returns the list of attribute parameter values
 AttributeParameterValue[] RoutingTaskParameters.getAttributeParameterValues()
           
 AttributeParameterValue[] ServiceAreaTaskParameters.getAttributeParameterValues()
           
 

Methods in com.esri.core.tasks.ags.na with parameters of type AttributeParameterValue
 void ClosestFacilityTaskParameters.setAttributeParameterValues(AttributeParameterValue[] attributeParameterValues)
           
abstract  void NATaskParameters.setAttributeParameterValues(AttributeParameterValue[] attributeParameterValues)
          Sets the list of attribute parameter values
 void RoutingTaskParameters.setAttributeParameterValues(AttributeParameterValue[] attributeParameterValues)
           
 void ServiceAreaTaskParameters.setAttributeParameterValues(AttributeParameterValue[] attributeParameterValues)
           
 



Copyright © 2012. All Rights Reserved.