Package | Description |
---|---|
org.tanjakostic.jcleancim.docgen.writer |
Classes and interfaces responsible for document generation out of the UML model.
|
Modifier and Type | Method and Description |
---|---|
ExistingStyle.Kind |
ExistingStyle.getKind() |
static ExistingStyle.Kind |
ExistingStyle.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExistingStyle.Kind[] |
ExistingStyle.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExistingStyle.setKind(ExistingStyle.Kind kind) |
Constructor and Description |
---|
ExistingStyle(java.lang.String name,
java.lang.String id,
boolean isBuiltIn,
int outline,
ExistingStyle.Kind kind)
Constructor.
|
Copyright 2009-2016 Tatjana (Tanja) Kostic