public enum Template extends Enum<Template>
templateRelativePath field| Enum Constant and Description |
|---|
CSS
HTML styles
|
END_UML_DIV
End of Plant UML
|
JAVASCRIPT
js/script.js
|
JQUERY
js/jquery-1.11.0.min.js
|
SEQUENCE_DIAGRAM_FOOTER
A footer of plain text template
|
SEQUENCE_DIAGRAM_HEADER
A header of plain text template
|
SOURCE_LOG_HEADER
A header of source file escaped as html
|
| Modifier and Type | Field and Description |
|---|---|
private String |
templateRelativePath
A path in a classpath, for example "/html/template/sourceLog.html"
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTemplateRelativePath() |
static Template |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Template[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Template JAVASCRIPT
public static final Template END_UML_DIV
public static final Template SEQUENCE_DIAGRAM_HEADER
public static final Template SEQUENCE_DIAGRAM_FOOTER
public static final Template SOURCE_LOG_HEADER
private final String templateRelativePath
public static Template[] values()
for (Template c : Template.values()) System.out.println(c);
public static Template valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getTemplateRelativePath()
templateRelativePath fieldCopyright © 2019. All rights reserved.