org.omg.cwm.objectmodel.core
Class ScopeKindEnum

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

public class ScopeKindEnum
extends java.lang.Object
implements ScopeKind

In the metamodel ScopeKind defines an enumeration that denotes whether a feature belongs to individual instances or an entire classifier. The default value is sk_instance.

See Also:
Serialized Form

Field Summary
static ScopeKindEnum SK_CLASSIFIER
           
static ScopeKindEnum SK_INSTANCE
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static ScopeKind 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

SK_CLASSIFIER

public static final ScopeKindEnum SK_CLASSIFIER

SK_INSTANCE

public static final ScopeKindEnum SK_INSTANCE
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 ScopeKind 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.