Class ProcessVariables.VariableEntry

Object
VariableEntry
All Implemented Interfaces:
Serializable
Enclosing class:
ProcessVariables

public static class ProcessVariables.VariableEntry extends Object implements Serializable
See Also:
  • Constructor Details

    • VariableEntry

      public VariableEntry()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getType

      public String getType()
    • setType

      public void setType(String type)