- Alle bekannten Implementierungsklassen:
StringGeneratorVariableValue
public interface GeneratorVariableValue
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturn 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
-
Methodendetails
-
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
Convert this into a human readable text description.
-