|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.intel.gpe.gridbeans.GridBeanParameter
public class GridBeanParameter
This class is used to specify GridBean input/output parameters.
Name (QName) and
type (GridBeanParameterType)
are stored.
| 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 |
|---|
public GridBeanParameter(javax.xml.namespace.QName name,
GridBeanParameterType type)
| Method Detail |
|---|
public javax.xml.namespace.QName getName()
public void setName(javax.xml.namespace.QName name)
name - The namepublic GridBeanParameterType getType()
public void setType(GridBeanParameterType type)
type - The parameter type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||