|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.tools.metamodel.Visibility
Enumeration of constants for types of visibility (access).
Field Summary | |
static Visibility |
IMPLEMENTATION
|
static Visibility |
PRIVATE
|
static Visibility |
PROTECTED
|
static Visibility |
PUBLIC
|
protected String |
value
|
Constructor Summary | |
protected |
Visibility(String theValue)
|
Method Summary | |
static Visibility |
toEnum(String theValue)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected String value
public static final Visibility PUBLIC
public static final Visibility PROTECTED
public static final Visibility PRIVATE
public static final Visibility IMPLEMENTATION
Constructor Detail |
protected Visibility(String theValue)
Method Detail |
public static Visibility toEnum(String theValue)
public final String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |