Package | Description |
---|---|
org.tanjakostic.jcleancim.builder.ea |
Classes responsible for building in-memory UML model from EA repository (.eap model file).
|
org.tanjakostic.jcleancim.model |
Classes being created by a builder or with the API (code) to hold the in-memory UML model.
|
Modifier and Type | Field and Description |
---|---|
private UmlPackage.Kind |
PackageBuilder._kind |
Modifier and Type | Method and Description |
---|---|
UmlPackage.Kind |
PackageBuilder.getKind() |
Modifier and Type | Field and Description |
---|---|
private UmlPackage.Kind |
UmlPackage._kind |
Modifier and Type | Method and Description |
---|---|
static UmlPackage.Kind |
UmlPackage.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UmlPackage.Kind[] |
UmlPackage.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2009-2015 Tatjana (Tanja) Kostic