|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.gridbeans.GridBeanParameterType
public class GridBeanParameterType
There are 3 types of GPE variables, or GridBean parameters. These are a GPEFile, an URL and an arbitrary XML structure. The first 2 ones are used to represent remote files and the latter is used to represent a value of any type produced by an arbitrary service invocation.
Field Summary | |
---|---|
static GridBeanParameterType |
ABSTRACT_FILE
Base type for GPEFile and URL |
static GridBeanParameterType |
GPE_FILE
GPEFile: the pair of local file and remote file |
static java.lang.String |
NAMESPACE
|
static GridBeanParameterType |
URL
URL: the pair of remote file and an URL to get this file from somewhere |
static GridBeanParameterType |
XML
An arbitrary XML structure (element) |
Method Summary | |
---|---|
boolean |
descendant(GridBeanParameterType parent)
Check if the current type is the descendant of the specified one. |
javax.xml.namespace.QName |
getName()
|
GridBeanParameterType |
getParent()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAMESPACE
public static final GridBeanParameterType XML
public static final GridBeanParameterType ABSTRACT_FILE
public static final GridBeanParameterType GPE_FILE
public static final GridBeanParameterType URL
Method Detail |
---|
public boolean descendant(GridBeanParameterType parent)
parent
- The GridBean parameter type
true
if this type is descendant of the parentpublic javax.xml.namespace.QName getName()
public GridBeanParameterType getParent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |