Interface Variable


public interface Variable
Interface that encapsulates the behaviour of variables in ValidationProfiles.

TODO: Better explanation of the role of Variables and their fields.

Author:
Carl Wilson
  • Method Details

    • getName

      String getName()
      Returns:
      the name of the Variable
    • getObject

      String getObject()
      Returns:
      the String name of the Object??
    • getDefaultValue

      String getDefaultValue()
      Returns:
      the default value for the Variable
    • getValue

      String getValue()
      Returns:
      the Variable's value as a String