|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fraunhofer.ipsi.xquery.functions.FunctionDeclaration
public class FunctionDeclaration
Constructor Summary | |
---|---|
FunctionDeclaration(javax.xml.namespace.QName name,
de.fraunhofer.ipsi.ipsixq.datatypes.Type[] params,
de.fraunhofer.ipsi.ipsixq.datatypes.Type returnType)
Constructor |
Method Summary | |
---|---|
javax.xml.namespace.QName |
getName()
Method getName |
de.fraunhofer.ipsi.ipsixq.datatypes.Type[] |
getParameterTypes()
Returns an array of types of the parameters. |
de.fraunhofer.ipsi.ipsixq.datatypes.Type |
getReturnType()
Returns the returnType |
java.lang.String |
toString()
Method toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FunctionDeclaration(javax.xml.namespace.QName name, de.fraunhofer.ipsi.ipsixq.datatypes.Type[] params, de.fraunhofer.ipsi.ipsixq.datatypes.Type returnType)
name
- a XS_QNameparams
- a Type[]returnType
- a TypeMethod Detail |
---|
public javax.xml.namespace.QName getName()
public de.fraunhofer.ipsi.ipsixq.datatypes.Type[] getParameterTypes()
public de.fraunhofer.ipsi.ipsixq.datatypes.Type getReturnType()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |