Uses of Class
de.unikoblenz.generate.EventClassGenerator.PLACEHOLDER

Packages that use EventClassGenerator.PLACEHOLDER
de.unikoblenz.generate   
 

Uses of EventClassGenerator.PLACEHOLDER in de.unikoblenz.generate
 

Methods in de.unikoblenz.generate that return EventClassGenerator.PLACEHOLDER
static EventClassGenerator.PLACEHOLDER EventClassGenerator.PLACEHOLDER.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventClassGenerator.PLACEHOLDER[] EventClassGenerator.PLACEHOLDER.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in de.unikoblenz.generate with parameters of type EventClassGenerator.PLACEHOLDER
 void EventClassGenerator.addContent(EventClassGenerator.PLACEHOLDER aPlaceholder, java.lang.String aContent)