com.kuka.parameters
Interface IValueParameter<T>

Type Parameters:
T - type of the value of the parameter.
All Superinterfaces:
IParameter

public interface IValueParameter<T>
extends IParameter

Represents a parameter with a value.


Method Summary
 T getValue()
          Gets the value of the parameter.
 void setValue(T newValue)
          Sets the value of the parameter.
 
Methods inherited from interface com.kuka.parameters.IParameter
copy
 

Method Detail

getValue

T getValue()
Gets the value of the parameter.

Returns:
value of the parameter.

setValue

void setValue(T newValue)
Sets the value of the parameter.

Parameters:
newValue - new value of the parameter.


Copyright © 2019. All rights reserved.