com.kuka.common.params
Interface IParameter<T>

Type Parameters:
T - type of the parameter value.
All Known Implementing Classes:
AbstractBooleanParameter, AbstractDoubleParameter, AbstractIntegerParameter, AbstractLongParameter, AbstractParameter

public interface IParameter<T>

Represents a parameter type with a value.


Method Summary
 T value()
          Returns the value of this parameter.
 

Method Detail

value

T value()
Returns the value of this parameter.

Returns:
the value of this parameter


Copyright © 2019. All rights reserved.