public class FunctionType extends ExpressionType implements Serializable
| Constructor and Description |
|---|
FunctionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExpression(Expression vExpression)
Method addExpression
|
void |
addExpression(int index,
Expression vExpression)
Method addExpression
|
void |
clearExpression()
Method clearExpression
|
Enumeration |
enumerateExpression()
Method enumerateExpression
|
Expression[] |
getExpression()
Method getExpression
|
Expression |
getExpression(int index)
Method getExpression
|
int |
getExpressionCount()
Method getExpressionCount
|
String |
getName()
Returns the value of field 'name'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeExpression(Expression vExpression)
Method removeExpression
|
void |
setExpression(Expression[] expressionArray)
Method setExpression
|
void |
setExpression(int index,
Expression vExpression)
Method setExpression
|
void |
setName(String name)
Sets the value of field 'name'.
|
static ExpressionType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addExpression(Expression vExpression) throws IndexOutOfBoundsException
vExpression - IndexOutOfBoundsExceptionpublic void addExpression(int index,
Expression vExpression)
throws IndexOutOfBoundsException
index - vExpression - IndexOutOfBoundsExceptionpublic void clearExpression()
public Enumeration enumerateExpression()
public Expression getExpression(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic Expression[] getExpression()
public int getExpressionCount()
public String getName()
public boolean isValid()
isValid in class ExpressionTypepublic void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic boolean removeExpression(Expression vExpression)
vExpression - public void setExpression(int index,
Expression vExpression)
throws IndexOutOfBoundsException
index - vExpression - IndexOutOfBoundsExceptionpublic void setExpression(Expression[] expressionArray)
expressionArray - public void setName(String name)
name - the value of field 'name'.public static ExpressionType unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
validate in class ExpressionTypeorg.exolab.castor.xml.ValidationExceptionCopyright © 2022 B3Partners B.V.. All rights reserved.