Package | Description |
---|---|
descriptionfiles |
Modifier and Type | Method and Description |
---|---|
DescriptionType |
Description.getDescriptionType() |
static DescriptionType |
DescriptionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DescriptionType[] |
DescriptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
DescriptionFile.getHyperRef(java.lang.String text,
DescriptionType descType) |
static java.lang.String |
DescriptionFile.toLatexKey(java.lang.String string,
DescriptionType descType) |
Constructor and Description |
---|
Description(java.lang.String key,
DescriptionType descType,
java.lang.String section)
Creates a new description instance.
|