Class ProcessScript

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ProcessScript
All Implemented Interfaces:
Serializable

public class ProcessScript extends ValueClass implements Serializable
NOT CURRENTLY SUPPORTED

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • name

      protected String name
      Script name.
    • processPostfix

      protected boolean processPostfix
      execution position in tree walks.
    • tag

      protected String tag
      user defined tag.
  • Constructor Details

    • ProcessScript

      public ProcessScript()
    • ProcessScript

      public ProcessScript(ProcessScript rhs)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • isProcessPostfix

      public boolean isProcessPostfix()
    • setProcessPostfix

      public void setProcessPostfix(boolean processPostfix)
    • getTag

      public String getTag()
    • setTag

      public void setTag(String tag)
    • toString

      public String toString()
      Overrides:
      toString in class Object