|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.parameters.user.internal.UserParameter<T>
T - The concrete type of the class that implements this IUserParameter.public class UserParameter<T>
Represents the user parameters for a geometric object that may be part of the scene graph.
| Method Summary | |
|---|---|
String |
getDisplayName()
Returns the display name corresponding to this user parameter. |
String |
getKey()
Returns the key corresponding to this user parameter. |
T |
getValue()
Returns the value corresponding to this user parameter. |
Class<T> |
getValueType()
Returns a Class object that identifies the declared type for the value corresponding to this user
parameter - the type of generic type parameter T. |
void |
setDisplayName(String displayName)
Sets the display name corresponding to this user parameter. |
void |
setValue(T value)
Sets the value corresponding to this user parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getKey()
getKey in interface IUserParameter<T>public T getValue()
getValue in interface IUserParameter<T>public String getDisplayName()
getDisplayName in interface IUserParameter<T>public Class<T> getValueType()
Class object that identifies the declared type for the value corresponding to this user
parameter - the type of generic type parameter T.
getValueType in interface IUserParameter<T>Class object that identifies the declared type for the value corresponding to this user
parameter.public void setDisplayName(String displayName)
setDisplayName in interface IUserParameter<T>displayName - The display name property of this user parameter, allowed object is String.public void setValue(T value)
setValue in interface IUserParameter<T>value - The value corresponding to this user parameter. The type of the value is restricted to the generic
template parameter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||