public interface ITemplate extends IModelObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBaseLanguageName()
Get the base language name associated with this template.
|
java.lang.String |
getTechnologyName()
Gets the technology name associated with this template.
|
java.lang.String |
getTemplateText()
Gets the text of this template.
|
boolean |
isDefault()
Checks if this template is the default template.
|
boolean |
isFromInclude()
If true, indicates that this template declaration was generated by expanding
an INCLUDE command.
|
boolean |
isGeneric()
Checks if this template applies to all (generic) technologies.
|
boolean |
isReplicateNewlines()
If true, indicates that the newline characters in this template are intended to be reproduced
in the generated code.
|
getName
getBigNumericId, getGlobalId, getNumericId
java.lang.String getBaseLanguageName()
java.lang.String getTechnologyName()
java.lang.String getTemplateText()
boolean isGeneric()
true
if template is for all technologies, false
otherwiseboolean isDefault()
true
if template is the default, false
otherwiseboolean isFromInclude()
boolean isReplicateNewlines()