java.lang.Object
com.esri.arcgisruntime.tasks.networkanalysis.RestrictionAttribute
public final class RestrictionAttribute
extends Object
Specifies a transportation network restriction attribute.
- Since:
- 100.0.0
-
Method Summary 
Gets the parameter values.
Gets the restriction usage parameter name.
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details 
-
getRestrictionUsageParameterName 
public String getRestrictionUsageParameterName()
Gets the restriction usage parameter name.
- Returns:
- the restriction usage parameter name
- Since:
- 100.0.0
-
getParameterValues 
Gets the parameter values.
- Returns:
- an unmodifiable map of the parameter values
- Since:
- 100.0.0