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 | Field and Description |
---|---|
private UmlVisibility |
UmlObjectData._visibility |
Modifier and Type | Method and Description |
---|---|
UmlVisibility |
UmlObjectData.getVisibility() |
UmlVisibility |
UmlObject.getVisibility()
Returns visibility of this UML object, as defined in the UML model.
|
UmlVisibility |
AbstractUmlObject.getVisibility() |
static UmlVisibility |
UmlVisibility.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UmlVisibility[] |
UmlVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2009-2015 Tatjana (Tanja) Kostic