Class Parameter

Direct Known Subclasses:
GlobalParameter, LocalParameter

public abstract class Parameter extends ParameterComponent
  • Constructor Details

  • Method Details

    • getLabel

      public String getLabel()
    • getName

      public String getName()
    • getParameter

      public abstract int getParameter()
    • isGlobal

      public abstract boolean isGlobal()
    • isHidable

      public boolean isHidable()
    • getValue

      protected final Object getValue(long subparam)
    • getValue

      protected final Object getValue()
    • setValue

      protected final void setValue(long subparam, Object value)
    • setValue

      protected final void setValue(Object value)
    • get

      public Object get(long subparam)
    • toString

      public String toString(long subparam)
    • get

      public Object get()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isSettable

      public final boolean isSettable()
    • getParseDescription

      protected final String getParseDescription()
    • set

      public void set(String value) throws OperandException
      Throws:
      OperandException
    • watch

      public final Parameter.WatcherHandle watch(long subparam, ParameterWatcher watcher)
    • watch

      public final Parameter.WatcherHandle watch(ParameterWatcher watcher)