|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.uml2.VisibilityKind
A representation of the literals of the enumeration 'Visibility Kind', and utility methods for working with them. VisibilityKind is an enumeration of the following literal values: � public � private � protected � package
UML2Package.getVisibilityKind()
Field Summary | |
static String |
copyright
|
static int |
PACKAGE
The 'Package' literal value |
static VisibilityKind |
PACKAGE_LITERAL
The 'Package' literal object |
static int |
PRIVATE
The 'Private' literal value |
static VisibilityKind |
PRIVATE_LITERAL
The 'Private' literal object |
static int |
PROTECTED
The 'Protected' literal value |
static VisibilityKind |
PROTECTED_LITERAL
The 'Protected' literal object |
static int |
PUBLIC
The 'Public' literal value |
static VisibilityKind |
PUBLIC_LITERAL
The 'Public' literal object |
static List |
VALUES
A public read-only list of all the 'Visibility Kind' enumerators |
Method Summary | |
static VisibilityKind |
get(int value)
Returns the 'Visibility Kind' literal with the specified value |
static VisibilityKind |
get(String name)
Returns the 'Visibility Kind' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
getName, getValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String copyright
public static final int PUBLIC
PUBLIC_LITERAL
,
Constant Field Valuespublic static final int PRIVATE
PRIVATE_LITERAL
,
Constant Field Valuespublic static final int PROTECTED
PROTECTED_LITERAL
,
Constant Field Valuespublic static final int PACKAGE
PACKAGE_LITERAL
,
Constant Field Valuespublic static final VisibilityKind PUBLIC_LITERAL
If the meaning of 'Public' literal object isn't clear, there really should be more of a description here...
PUBLIC
public static final VisibilityKind PRIVATE_LITERAL
If the meaning of 'Private' literal object isn't clear, there really should be more of a description here...
PRIVATE
public static final VisibilityKind PROTECTED_LITERAL
If the meaning of 'Protected' literal object isn't clear, there really should be more of a description here...
PROTECTED
public static final VisibilityKind PACKAGE_LITERAL
If the meaning of 'Package' literal object isn't clear, there really should be more of a description here...
PACKAGE
public static final List VALUES
Method Detail |
public static VisibilityKind get(String name)
public static VisibilityKind get(int value)
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |