Interface Scopes

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,V extends java.lang.Object>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Scopes addScope​(java.lang.String scope, java.lang.String description)
      Adds name of an existing scope object and item parameters to a Scopes instance as a key-value pair in a map.
      • Methods inherited from interface java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entry, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, of, of, of, of, of, of, of, of, of, of, of, ofEntries, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
    • Method Detail

      • addScope

        Scopes addScope​(java.lang.String scope,
                        java.lang.String description)
        Adds name of an existing scope object and item parameters to a Scopes instance as a key-value pair in a map.
        Parameters:
        scope - the name of a scope
        description - description of the scope
        Returns:
        Scopes instance with the added key-value pair