|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.embl.ebi.escience.scufl.Processor
org.embl.ebi.escience.scuflworkers.stringconstant.StringConstantProcessor
public class StringConstantProcessor
A processor to contain a single string constant
| Field Summary |
|---|
| Fields inherited from interface org.embl.ebi.escience.scufl.IProcessor |
|---|
ENACTOR |
| Constructor Summary | |
|---|---|
StringConstantProcessor(ScuflModel model,
java.lang.String name,
java.lang.String value)
Construct a new processor with the given model and name, delegates to the superclass. |
|
| Method Summary | |
|---|---|
java.util.Properties |
getProperties()
Get the properties for this processor for display purposes |
java.lang.String |
getStringValue()
Get the value for the string constant |
void |
setStringValue(java.lang.String theStringValue)
Set the string value for the string constant |
java.lang.String |
toString()
Override the toString method |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StringConstantProcessor(ScuflModel model,
java.lang.String name,
java.lang.String value)
throws ProcessorCreationException,
DuplicateProcessorNameException
ProcessorCreationException
DuplicateProcessorNameException| Method Detail |
|---|
public java.lang.String toString()
toString in class Processorpublic java.lang.String getStringValue()
public void setStringValue(java.lang.String theStringValue)
public java.util.Properties getProperties()
getProperties in interface IProcessorgetProperties in class Processor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||