| Modifier and Type | Method and Description |
|---|---|
static JavaDocTag |
JavaDocTag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JavaDocTag[] |
JavaDocTag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JavaDocTemplate.addTag(JavaDocTag tag,
java.lang.String value) |
void |
JavaDocTemplate.setDescription(JavaDocTag tag,
java.lang.String key,
java.lang.String value) |