Uses of Interface
com.kuka.parameters.user.IUserParameter

Packages that use IUserParameter
com.kuka.parameters.user This package contains interfaces and classes for the generic user parameter handling. 
com.kuka.parameters.user.internal Contains internal classes of the generic implementation. 
 

Uses of IUserParameter in com.kuka.parameters.user
 

Methods in com.kuka.parameters.user that return IUserParameter
 IUserParameter<Boolean> IUserParameters.addBooleanParameter(String key, Boolean value)
          Adds a new boolean parameter to the collection.
 IUserParameter<Double> IUserParameters.addDoubleParameter(String key, Double value)
          Adds a new double parameter to the collection.
 IUserParameter<Integer> IUserParameters.addIntParameter(String key, Integer value)
          Adds a new integer parameter to the collection.
 IUserParameter<Long> IUserParameters.addLongParameter(String key, Long value)
          Adds a new long parameter to the collection.
 IUserParameter<String> IUserParameters.addStringParameter(String key, String value)
          Adds a new string parameter to the collection.
 IUserParameter<Boolean> IUserParameters.getBooleanParameter(String key)
          Returns a boolean parameter from the collection.
 IUserParameter<Double> IUserParameters.getDoubleParameter(String key)
          Returns a double parameter from the collection.
 IUserParameter<Integer> IUserParameters.getIntParameter(String key)
          Returns an integer parameter from the collection.
 IUserParameter<Long> IUserParameters.getLongParameter(String key)
          Returns a long parameter from the collection.
<T> IUserParameter<T>
IUserParameters.getParameter(String key, Class<T> type)
          Returns a parameter - an IUserParameter interface implementation instance - identified by the given key.
 IUserParameter<String> IUserParameters.getStringParameter(String key)
          Returns a string parameter from the collection.
 IUserParameter<?> IUserParameters.removeParameter(String key)
          Removes a parameter from the collection.
 

Methods in com.kuka.parameters.user that return types with arguments of type IUserParameter
 Collection<IUserParameter<?>> IUserParameters.getAllParameters()
          Returns all parameters from the collection as a read-only snapshot copy.
 

Uses of IUserParameter in com.kuka.parameters.user.internal
 

Classes in com.kuka.parameters.user.internal that implement IUserParameter
 class UserParameter<T>
          Represents the user parameters for a geometric object that may be part of the scene graph.
 

Methods in com.kuka.parameters.user.internal that return IUserParameter
 IUserParameter<Boolean> UserParameters.addBooleanParameter(String key, Boolean value)
          Adds a new boolean parameter to the collection.
 IUserParameter<Double> UserParameters.addDoubleParameter(String key, Double value)
          Adds a new double parameter to the collection.
 IUserParameter<Integer> UserParameters.addIntParameter(String key, Integer value)
          Adds a new integer parameter to the collection.
 IUserParameter<Long> UserParameters.addLongParameter(String key, Long value)
          Adds a new long parameter to the collection.
 IUserParameter<String> UserParameters.addStringParameter(String key, String value)
          Adds a new string parameter to the collection.
 IUserParameter<Boolean> UserParameters.getBooleanParameter(String key)
          Returns a boolean parameter from the collection.
 IUserParameter<Double> UserParameters.getDoubleParameter(String key)
          Returns a double parameter from the collection.
 IUserParameter<Integer> UserParameters.getIntParameter(String key)
          Returns an integer parameter from the collection.
 IUserParameter<Long> UserParameters.getLongParameter(String key)
          Returns a long parameter from the collection.
<T> IUserParameter<T>
UserParameters.getParameter(String key, Class<T> type)
          Returns a parameter - an IUserParameter interface implementation instance - identified by the given key.
 IUserParameter<String> UserParameters.getStringParameter(String key)
          Returns a string parameter from the collection.
 IUserParameter<?> UserParameters.removeParameter(String key)
          Removes a parameter from the collection.
 

Methods in com.kuka.parameters.user.internal that return types with arguments of type IUserParameter
 Collection<IUserParameter<?>> UserParameters.getAllParameters()
          Returns all parameters from the collection as a read-only snapshot copy.
 



Copyright © 2019. All rights reserved.