|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.armax.ax.devtools.uml.AXvisibility
Class representing the visibility of a model element.
Field Summary | |
static AXvisibility |
NONE
|
static int |
NONE_VALUE
|
static AXvisibility |
PRIVATE
|
static int |
PRIVATE_VALUE
|
static AXvisibility |
PROTECTED
|
static int |
PROTECTED_VALUE
|
static AXvisibility |
PUBLIC
|
static int |
PUBLIC_VALUE
|
Method Summary | |
java.lang.String |
getName()
Get the name of this visibility object. |
int |
getVisibility()
Get a int value representing the visiblity. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int PRIVATE_VALUE
public static final int NONE_VALUE
public static final int PROTECTED_VALUE
public static final int PUBLIC_VALUE
public static final AXvisibility PRIVATE
public static final AXvisibility NONE
public static final AXvisibility PROTECTED
public static final AXvisibility PUBLIC
Method Detail |
public int getVisibility()
Get a int value representing the visiblity.
PRIVATE_VALUE
, NONE_VALUE
, PROTECTED_VALUE
or PUBLIC_VALUE
public java.lang.String getName()
Get the name of this visibility object.
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |