Package | Description |
---|---|
org.tanjakostic.jcleancim.docgen.collector |
This package defines interfaces and classes responsible for collecting documentation and figures
from the UML model, or freely initialised through the API without any UML model.
|
org.tanjakostic.jcleancim.docgen.collector.impl |
Modifier and Type | Method and Description |
---|---|
EntryDoc.Kind |
EntryDoc.getKind()
Returns the kind of this entry; useful for formatting.
|
EntryDoc.Kind[] |
PropertiesDoc.getRowKinds()
Returns kinds for rows from
PropertiesDoc.getCellValues() . |
static EntryDoc.Kind |
EntryDoc.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntryDoc.Kind[] |
EntryDoc.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private EntryDoc.Kind |
EntryDocImpl._kind |
Modifier and Type | Method and Description |
---|---|
EntryDoc.Kind |
EntryDocImpl.getKind() |
EntryDoc.Kind[] |
AbstractPropertiesDoc.getRowKinds() |
Modifier and Type | Method and Description |
---|---|
private void |
AbstractPropertiesDoc.ensureValid(EntryDoc.Kind kind) |
private void |
EntryDocImpl.ensureValid(java.lang.String name,
AGSpec agSpec,
EntryDoc.Kind kind,
FormatInfo formatInfo,
int columnCount,
java.lang.String... values) |
Constructor and Description |
---|
EntryDocImpl(java.lang.String singleValue,
AGSpec agSpec,
EntryDoc.Kind kind,
FormatInfo formatInfo,
int columnCount,
java.lang.String... values) |
Copyright 2009-2015 Tatjana (Tanja) Kostic