Class RestrictionAttribute
- 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getParameterValues()Gets the parameter values.StringgetRestrictionUsageParameterName()Gets the restriction usage parameter name. 
 - 
 
- 
- 
Method Detail
- 
getRestrictionUsageParameterName
public String getRestrictionUsageParameterName()
Gets the restriction usage parameter name.- Returns:
 - the restriction usage parameter name
 - Since:
 - 100.0.0
 
 
 - 
 
 -