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 | Method and Description |
---|---|
UmlOperation.ReturnKind |
OperationBuilder.getKind() |
Modifier and Type | Method and Description |
---|---|
UmlOperation.ReturnKind |
UmlOperation.Data.getKind() |
static UmlOperation.ReturnKind |
UmlOperation.ReturnKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UmlOperation.ReturnKind[] |
UmlOperation.ReturnKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Data(UmlOperation.ReturnKind kind,
boolean isAbstract,
boolean isStatic,
boolean isFinal,
int eaReturnTypeId,
java.lang.String eaReturnTypeName,
java.util.List<java.lang.String> eaExceptionTypeInfo)
Constructor.
|
Copyright 2009-2016 Tatjana (Tanja) Kostic