javax.jmi.model
Class AggregationKindEnum

java.lang.Object
  extended by javax.jmi.model.AggregationKindEnum
All Implemented Interfaces:
Serializable, AggregationKind, RefEnum

public final class AggregationKindEnum
extends Object
implements AggregationKind

See Also:
Serialized Form

Field Summary
static AggregationKindEnum COMPOSITE
           
static AggregationKindEnum NONE
           
static AggregationKindEnum SHARED
           
 
Method Summary
 boolean equals(Object o)
           
static AggregationKind forName(String value)
           
 int hashCode()
           
protected  Object readResolve()
           
 List refTypeName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final AggregationKindEnum NONE

SHARED

public static final AggregationKindEnum SHARED

COMPOSITE

public static final AggregationKindEnum COMPOSITE
Method Detail

refTypeName

public List refTypeName()
Specified by:
refTypeName in interface RefEnum

toString

public String toString()
Specified by:
toString in interface RefEnum
Overrides:
toString in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface RefEnum
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Specified by:
equals in interface RefEnum
Overrides:
equals in class Object

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException

forName

public static AggregationKind forName(String value)


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.