|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oodt.cas.resource.structs.NameValueJobInput
public class NameValueJobInput
A JobInput backed by a Properties object of NameValue pairs.
| Constructor Summary | |
|---|---|
NameValueJobInput()
Default Constructor. |
|
| Method Summary | |
|---|---|
void |
configure(Properties props)
Configure the object with the given Properties. |
String |
getId()
Gets the ID of this JobInput |
String |
getValue(String name)
|
void |
read(Object in)
This method should define how to take an XML-RPC serializable Object and load the internal data members of the implementing class
from the given input Object. |
void |
setNameValuePair(String name,
String value)
|
Object |
write()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NameValueJobInput()
| Method Detail |
|---|
public void setNameValuePair(String name,
String value)
public String getValue(String name)
public String getId()
JobInput
getId in interface JobInputpublic void read(Object in)
XmlRpcWriteableObject and load the internal data members of the implementing class
from the given input Object.
read in interface XmlRpcWriteablein - The Object to read in and instantiate the implementation
of this class with.public Object write()
write in interface XmlRpcWriteableObject of the implementing
class for this interface.public void configure(Properties props)
ConfigurableProperties.
configure in interface Configurableprops - Properties to use to configure the Object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||