org.eclipse.uml2
Class VisibilityKind

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.uml2.VisibilityKind
All Implemented Interfaces:
Enumerator

public final class VisibilityKind
extends AbstractEnumerator

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

See Also:
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

copyright

public static final String copyright

See Also:
Constant Field Values

PUBLIC

public static final int PUBLIC
The 'Public' literal value.

See Also:
PUBLIC_LITERAL, Constant Field Values

PRIVATE

public static final int PRIVATE
The 'Private' literal value.

See Also:
PRIVATE_LITERAL, Constant Field Values

PROTECTED

public static final int PROTECTED
The 'Protected' literal value.

See Also:
PROTECTED_LITERAL, Constant Field Values

PACKAGE

public static final int PACKAGE
The 'Package' literal value.

See Also:
PACKAGE_LITERAL, Constant Field Values

PUBLIC_LITERAL

public static final VisibilityKind PUBLIC_LITERAL
The 'Public' literal object.

If the meaning of 'Public' literal object isn't clear, there really should be more of a description here...

See Also:
PUBLIC

PRIVATE_LITERAL

public static final VisibilityKind PRIVATE_LITERAL
The 'Private' literal object.

If the meaning of 'Private' literal object isn't clear, there really should be more of a description here...

See Also:
PRIVATE

PROTECTED_LITERAL

public static final VisibilityKind PROTECTED_LITERAL
The 'Protected' literal object.

If the meaning of 'Protected' literal object isn't clear, there really should be more of a description here...

See Also:
PROTECTED

PACKAGE_LITERAL

public static final VisibilityKind PACKAGE_LITERAL
The 'Package' literal object.

If the meaning of 'Package' literal object isn't clear, there really should be more of a description here...

See Also:
PACKAGE

VALUES

public static final List VALUES
A public read-only list of all the 'Visibility Kind' enumerators.

Method Detail

get

public static VisibilityKind get(String name)
Returns the 'Visibility Kind' literal with the specified name.


get

public static VisibilityKind get(int value)
Returns the 'Visibility Kind' literal with the specified value.


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.