com.intel.gpe.gridbeans
Class GridBeanParameter

java.lang.Object
  extended by com.intel.gpe.gridbeans.GridBeanParameter
All Implemented Interfaces:
IGridBeanParameter

public class GridBeanParameter
extends java.lang.Object
implements IGridBeanParameter

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

Version:
$Id: GridBeanParameter.java,v 1.5 2006/10/26 06:35:58 vashorin Exp $
Author:
Alexander Lukichev

Constructor Summary
GridBeanParameter()
           
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()

GridBeanParameter

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

getName

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

Specified by:
getName in interface IGridBeanParameter
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.

Specified by:
getType in interface IGridBeanParameter
Returns:
The parameter type

setType

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

Parameters:
type - The parameter type


Copyright © 2008. All Rights Reserved.