Klasse Decision

java.lang.Object
de.rpgframework.genericrpg.data.Decision

public class Decision extends Object
  • Konstruktordetails

    • Decision

      public Decision()
    • Decision

      public Decision(Choice choice, String value)
    • Decision

      public Decision(UUID uuid, String value)
    • Decision

      public Decision(String uuid, String value)
    • Decision

      public Decision(UUID uuid, UUID value)
  • Methodendetails

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
      Siehe auch:
    • getChoiceUUID

      public UUID getChoiceUUID()
      Gibt zurück:
      the choiceUUID
    • getValue

      public String getValue()
    • getValueAsInt

      public int getValueAsInt()
    • getValues

      public String[] getValues()
      Gibt zurück:
      the value
    • setValue

      public void setValue(String value)
    • getValueAsUUID

      public UUID getValueAsUUID()
      Gibt zurück:
      the valueAsUUID
    • setValueAsUUID

      public void setValueAsUUID(UUID valueAsUUID)
      Parameter:
      valueAsUUID - the valueAsUUID to set