Class InteractionParameterValue

Object
InteractionParameterValue

public class InteractionParameterValue extends Object
Author:
pashky
  • Constructor Details

    • InteractionParameterValue

      public InteractionParameterValue(Object value, String iconHtml, String explanation, boolean possible)
  • Method Details

    • getValue

      public Object getValue()
    • getIconHtml

      public String getIconHtml()
    • getExplanation

      public String getExplanation()
    • isPossible

      public boolean isPossible()
    • toString

      public String toString()
      Overrides:
      toString in class Object