org.apache.oodt.cas.pushpull.expressions
Class Method
java.lang.Object
org.apache.oodt.cas.pushpull.expressions.Method
public class Method
- extends Object
- Version:
- $Revision$
Describe your class here
.
- Author:
- bfoster
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INT
public final int INT
- See Also:
- Constant Field Values
STRING
public final int STRING
- See Also:
- Constant Field Values
Method
public Method(String name)
addArgSignature
public void addArgSignature(String name,
int type)
addArg
public boolean addArg(String name,
String value)
addArg
public void addArg(Variable v)
setBehavoir
public void setBehavoir(String infix)
execute
public Object execute()
throws MethodException
- Throws:
MethodException
getName
public String getName()
Copyright © 1999-2011 Apache Incubator. All Rights Reserved.