|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ashridgetech.jamda.uml.StructuredType.Visibility
Typesafe enum to represent the visibility of Operation
s
and Attribute
s in a type.
Field Summary | |
static StructuredType.Visibility |
PACKAGE
|
static StructuredType.Visibility |
PRIVATE
|
static StructuredType.Visibility |
PROTECTED
|
static StructuredType.Visibility |
PUBLIC
|
Method Summary | |
(package private) static StructuredType.Visibility |
getInstance(ru.novosoft.uml.foundation.data_types.MVisibilityKind vis)
Get the instance of this class with the given name. |
(package private) ru.novosoft.uml.foundation.data_types.MVisibilityKind |
getValue()
Return the internal encoding for this instance |
java.lang.String |
toString()
Return the name as used to obtain this instance from #getInstance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final StructuredType.Visibility PUBLIC
public static final StructuredType.Visibility PROTECTED
public static final StructuredType.Visibility PACKAGE
public static final StructuredType.Visibility PRIVATE
Method Detail |
static StructuredType.Visibility getInstance(ru.novosoft.uml.foundation.data_types.MVisibilityKind vis)
name
java.lang.IllegalArgumentException
- if there is no instance with the value name
public java.lang.String toString()
toString
in class java.lang.Object
ru.novosoft.uml.foundation.data_types.MVisibilityKind getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |