org.omg.cwm.objectmodel.core
Class VisibilityKindEnum

java.lang.Object
  |
  +--org.omg.cwm.objectmodel.core.VisibilityKindEnum
All Implemented Interfaces:
javax.jmi.reflect.RefEnum, java.io.Serializable, VisibilityKind

public class VisibilityKindEnum
extends java.lang.Object
implements VisibilityKind

In the metamodel VisibilityKind defines an enumeration that denotes how the element to which it refers is seen outside the enclosing name space. The default value is vk_public.

See Also:
Serialized Form

Field Summary
static VisibilityKindEnum VK_NOTAPPLICABLE
           
static VisibilityKindEnum VK_PACKAGE
           
static VisibilityKindEnum VK_PRIVATE
           
static VisibilityKindEnum VK_PROTECTED
           
static VisibilityKindEnum VK_PUBLIC
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static VisibilityKind forName(java.lang.String value)
           
 int hashCode()
           
protected  java.lang.Object readResolve()
           
 java.util.List refTypeName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

VK_PROTECTED

public static final VisibilityKindEnum VK_PROTECTED

VK_NOTAPPLICABLE

public static final VisibilityKindEnum VK_NOTAPPLICABLE

VK_PRIVATE

public static final VisibilityKindEnum VK_PRIVATE

VK_PUBLIC

public static final VisibilityKindEnum VK_PUBLIC

VK_PACKAGE

public static final VisibilityKindEnum VK_PACKAGE
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface javax.jmi.reflect.RefEnum
Overrides:
toString in class java.lang.Object

forName

public static VisibilityKind forName(java.lang.String value)

refTypeName

public java.util.List refTypeName()
Specified by:
refTypeName in interface javax.jmi.reflect.RefEnum

hashCode

public int hashCode()
Specified by:
hashCode in interface javax.jmi.reflect.RefEnum
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface javax.jmi.reflect.RefEnum
Overrides:
equals in class java.lang.Object

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException


Copyright 1997-2005 by Object Management Group, Inc. (http://www.omg.org/), 250 First Ave. Needham, MA 02494 U.S.A. All rights reserved. Unless otherwise indicated, users may make a single copy of the contents, in whole or in part, of this web site strictly for personal, non-commercial use. In the event that all or part of this site is downloaded for personal use, users shall maintain all proprietary notices including copyright notices that appear on or in connection with that content. Other than creating a single copy of contents for personal use as described herein, users may not copy, reproduce, distribute, republish, download, display, post or transmit in any form or by any means, including but not limited to electronic, mechanical, photocopying, recording, or other means, any content found or linked to the OMG web site without the prior express written permission of OMG. Any unauthorized use of any content contained on the OMG web site may violate the copyright laws, trademark laws, laws relating to publicity and privacy, and other regulations and statutes in the U.S. and other countries.