Interface GeneratorVariableValue
- All Known Implementing Classes:
StringGeneratorVariableValue
public interface GeneratorVariableValue
-
Method Summary
Modifier and TypeMethodDescriptionReturn the identifier of the generator who created thisConvert this into a human readable text description.Convert to an identifier suitable for storing in an XML file
-
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
-