Package | Description |
---|---|
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 |
---|---|
UmlStereotype |
UmlObjectData.getStereotype() |
UmlStereotype |
UmlObject.getStereotype()
Returns the stereotype of this UML object, as defined in the UML model.
|
UmlStereotype |
AbstractUmlObject.getStereotype() |
Constructor and Description |
---|
UmlObjectData(java.lang.Integer id,
java.lang.String uuid,
java.lang.String name,
java.lang.String alias,
UmlStereotype stereotype,
java.lang.String eaVisibility,
TextDescription txtDoc,
TextDescription htmlDoc)
Constructor; accepts null arguments and initialises them with default values, so that all the
getters return non-null values.
|
Copyright 2009-2016 Tatjana (Tanja) Kostic