com.intel.gpe.gridbeans
Class GridBeanParameter

java.lang.Object
  extended by com.intel.gpe.gridbeans.GridBeanParameter

public class GridBeanParameter
extends java.lang.Object

This class is used to specify GridBean input/output parameters. Name (QName) and type (GridBeanParameterType) are stored.

Version:
$Id: GridBeanParameter.java,v 1.3 2005/12/07 12:12:42 lukichev Exp $
Author:
Alexander Lukichev

Constructor Summary
GridBeanParameter(javax.xml.namespace.QName name, GridBeanParameterType type)
           
 
Method Summary
 javax.xml.namespace.QName getName()
          Get the parameter name.
 GridBeanParameterType getType()
          Get the parameter type.
 void setName(javax.xml.namespace.QName name)
          Set the parameter name.
 void setType(GridBeanParameterType type)
          Set the parameter type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridBeanParameter

public GridBeanParameter(javax.xml.namespace.QName name,
                         GridBeanParameterType type)
Method Detail

getName

public javax.xml.namespace.QName getName()
Get the parameter name.

Returns:
The parameter name

setName

public void setName(javax.xml.namespace.QName name)
Set the parameter name.

Parameters:
name - The name

getType

public GridBeanParameterType getType()
Get the parameter type.

Returns:
The parameter type

setType

public void setType(GridBeanParameterType type)
Set the parameter type.

Parameters:
type - The parameter type