Class StartVariable

  • All Implemented Interfaces:

    
    public class StartVariable
    
                        

    Describes a start variable for fine-tuning plugins.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      StartVariable()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getKey() The key of the variable.
      void setKey(String key) The key of the variable.
      Object getValue() The value of the variable.
      void setValue(Object value) The value of the variable.
      String toString()
      int hashCode()
      boolean equals(Object other)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait