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

Field Summary
private  ParameterHandle handle
          The handle of the parameter.
private  java.lang.String name
          The name of the parameter.
 
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
 

Field Detail

name

private java.lang.String name
The name of the parameter.


handle

private ParameterHandle handle
The handle of the parameter.

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