org.npsnet.xrti
Class ParameterDescriptor

java.lang.Object
  extended byorg.npsnet.xrti.ParameterDescriptor

public class ParameterDescriptor
extends java.lang.Object

Describes a parameter.

Author:
Andrzej Kapolka

Constructor Summary
ParameterDescriptor(java.lang.String pName, ParameterHandle pHandle)
          Constructor.
 
Method Summary
 ParameterHandle getHandle()
          Returns the handle of this parameter.
 java.lang.String getName()
          Returns the name of this parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterDescriptor

public ParameterDescriptor(java.lang.String pName,
                           ParameterHandle pHandle)
Constructor.

Parameters:
pName - the name of the parameter
Method Detail

getName

public java.lang.String getName()
Returns the name of this parameter.

Returns:
the name of this parameter

getHandle

public ParameterHandle getHandle()
Returns the handle of this parameter.

Returns:
the handle of this parameter