Interface GeneratorVariableValue

All Known Implementing Classes:
StringGeneratorVariableValue

public interface GeneratorVariableValue
  • Method Details

    • getGeneratorId

      String getGeneratorId()
      Return the identifier of the generator who created this
    • getVariable

      GeneratorVariable getVariable()
    • toXMLIdentifier

      String toXMLIdentifier()
      Convert to an identifier suitable for storing in an XML file
    • toString

      String toString(Locale loc)
      Convert this into a human readable text description.