Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.embl.ebi.escience.scuflworkers.stringconstant
Class StringConstantProcessor  view StringConstantProcessor download StringConstantProcessor.java

java.lang.Object
  extended byorg.embl.ebi.escience.scufl.Processor
      extended byorg.embl.ebi.escience.scuflworkers.stringconstant.StringConstantProcessor
All Implemented Interfaces:
java.io.Serializable

public class StringConstantProcessor
extends org.embl.ebi.escience.scufl.Processor
implements java.io.Serializable

A processor to contain a single string constant


Field Summary
private  java.lang.String theStringValue
           
 
Fields inherited from class org.embl.ebi.escience.scufl.Processor
 
Constructor Summary
StringConstantProcessor(org.embl.ebi.escience.scufl.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 org.embl.ebi.escience.scufl.Processor
addPort, getBoundInputPorts, getBoundOutputPorts, getDescription, getInputPorts, getLogLevel, getModel, getName, getOutputPorts, getPorts, getRealLogLevel, locatePort, removePort, setDescription, setLogLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

theStringValue

private java.lang.String theStringValue
Constructor Detail

StringConstantProcessor

public StringConstantProcessor(org.embl.ebi.escience.scufl.ScuflModel model,
                               java.lang.String name,
                               java.lang.String value)
                        throws org.embl.ebi.escience.scufl.ProcessorCreationException,
                               org.embl.ebi.escience.scufl.DuplicateProcessorNameException
Construct a new processor with the given model and name, delegates to the superclass.

Method Detail

toString

public java.lang.String toString()
Override the toString method


getStringValue

public java.lang.String getStringValue()
Get the value for the string constant


setStringValue

public void setStringValue(java.lang.String theStringValue)
Set the string value for the string constant


getProperties

public java.util.Properties getProperties()
Get the properties for this processor for display purposes