Module com.esri.arcgisruntime
Class AttributeParameterValue
java.lang.Object
com.esri.arcgisruntime.tasks.networkanalysis.AttributeParameterValue
Represents an attribute and corresponding parameter name-value pair.
- Since:
- 100.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of AttributeParameterValue. -
Method Summary
Modifier and TypeMethodDescriptionGets the attribute name.Gets the parameter name.Gets the parameter value.voidsetAttributeName(String attributeName) Sets the attribute name.voidsetParameterName(String parameterName) Sets the parameter name.voidsetParameterValue(Object parameterValue) Sets the parameter value.
-
Constructor Details
-
AttributeParameterValue
public AttributeParameterValue()Creates a new instance of AttributeParameterValue.- Since:
- 100.0.0
-
-
Method Details
-
getAttributeName
Gets the attribute name.- Returns:
- the attribute name
- Since:
- 100.0.0
-
setAttributeName
Sets the attribute name.- Parameters:
attributeName- the attribute name- Throws:
IllegalArgumentException- if attributeName is null or empty- Since:
- 100.0.0
-
getParameterName
Gets the parameter name.- Returns:
- the parameter name
- Since:
- 100.0.0
-
setParameterName
Sets the parameter name.- Parameters:
parameterName- the name name- Throws:
IllegalArgumentException- if parameterName is null or empty- Since:
- 100.0.0
-
getParameterValue
Gets the parameter value.- Returns:
- the parameter value
- Since:
- 100.0.0
-
setParameterValue
Sets the parameter value.- Parameters:
parameterValue- the parameter value- Throws:
IllegalArgumentException- if parameterValue is null- Since:
- 100.0.0
-