|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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()
|
|
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()
public GridBeanParameter(javax.xml.namespace.QName name, GridBeanParameterType type)
Method Detail |
---|
public javax.xml.namespace.QName getName()
getName
in interface IGridBeanParameter
public void setName(javax.xml.namespace.QName name)
name
- The namepublic GridBeanParameterType getType()
getType
in interface IGridBeanParameter
public void setType(GridBeanParameterType type)
type
- The parameter type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |