org.omg.cwm.objectmodel.core
Class OrderingKindEnum

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

public class OrderingKindEnum
extends java.lang.Object
implements OrderingKind

In the metamodel OrderingKind defines an enumeration that specifies how the elements of a set are arranged. Used in conjunction with elements that have a multiplicity in cases when the multiplicity value is greater than one. The ordering must be determined and maintained by operations that modify the set. The default value is ok_unordered.

See Also:
Serialized Form

Field Summary
static OrderingKindEnum OK_ORDERED
           
static OrderingKindEnum OK_UNORDERED
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static OrderingKind 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

OK_UNORDERED

public static final OrderingKindEnum OK_UNORDERED

OK_ORDERED

public static final OrderingKindEnum OK_ORDERED
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 OrderingKind 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.