org.apache.oodt.cas.pushpull.expressions
Class Method

java.lang.Object
  extended by org.apache.oodt.cas.pushpull.expressions.Method

public class Method
extends Object

Version:
$Revision$

Describe your class here

.
Author:
bfoster

Field Summary
 int INT
           
 int STRING
           
 
Constructor Summary
Method(String name)
           
 
Method Summary
 boolean addArg(String name, String value)
           
 void addArg(Variable v)
           
 void addArgSignature(String name, int type)
           
 Object execute()
           
 String getName()
           
 void setBehavoir(String infix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INT

public final int INT
See Also:
Constant Field Values

STRING

public final int STRING
See Also:
Constant Field Values
Constructor Detail

Method

public Method(String name)
Method Detail

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 OODT. All Rights Reserved.