org.argouml.model
Interface VisibilityKind


public interface VisibilityKind

The different VisibilityKinds.


Method Summary
 java.lang.Object getPackage()
           
 java.lang.Object getPrivate()
           
 java.lang.Object getProtected()
           
 java.lang.Object getPublic()
           
 

Method Detail

getPrivate

java.lang.Object getPrivate()
Returns:
Returns the Private VisibilityKind.

getProtected

java.lang.Object getProtected()
Returns:
Returns the Protected VisibilityKind.

getPublic

java.lang.Object getPublic()
Returns:
Returns the Public VisibilityKind.

getPackage

java.lang.Object getPackage()
Returns:
Returns the Package VisibilityKind.


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Cookbook