Class RestrictionAttribute


  • public final class RestrictionAttribute
    extends java.lang.Object
    Specifies a transportation network restriction attribute.
    Since:
    100.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getParameterValues()
      Gets the parameter values.
      java.lang.String getRestrictionUsageParameterName()
      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 Detail

      • getRestrictionUsageParameterName

        public java.lang.String getRestrictionUsageParameterName()
        Gets the restriction usage parameter name.
        Returns:
        the restriction usage parameter name
        Since:
        100.0.0
      • getParameterValues

        public java.util.Map<java.lang.String,​java.lang.Object> getParameterValues()
        Gets the parameter values.
        Returns:
        an unmodifiable map of the parameter values
        Since:
        100.0.0