Package | Description |
---|---|
org.tanjakostic.jcleancim.docgen.writer |
Classes and interfaces responsible for document generation out of the UML model.
|
Modifier and Type | Field and Description |
---|---|
private Placeholder.Kind |
Placeholder._kind |
Modifier and Type | Method and Description |
---|---|
Placeholder.Kind |
Placeholder.getKind() |
static Placeholder.Kind |
Placeholder.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Placeholder.Kind[] |
Placeholder.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
Placeholder.init(Placeholder.Kind kind,
java.lang.String name1,
java.lang.String name2,
java.lang.String error,
java.lang.String replacedText) |
static boolean |
Placeholder.Kind.isForHeading(Placeholder.Kind kind)
Returns whether
kind is expected to be in the heading paragraph. |
Copyright 2009-2015 Tatjana (Tanja) Kostic