com.bonevich.erj.mof.interfaces.model
Class AttributeConstraintEnum

java.lang.Object
  |
  +--com.bonevich.erj.mof.interfaces.model.AttributeConstraintEnum
All Implemented Interfaces:
AttributeConstraint, javax.jmi.reflect.RefEnum, java.io.Serializable

public class AttributeConstraintEnum
extends java.lang.Object
implements AttributeConstraint

See Also:
Serialized Form

Field Summary
static AttributeConstraintEnum NOTNULL
           
static AttributeConstraintEnum NULL
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 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

NULL

public static final AttributeConstraintEnum NULL

NOTNULL

public static final AttributeConstraintEnum NOTNULL
Method Detail

refTypeName

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

equals

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

toString

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

readResolve

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

hashCode

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


Copyright © 2001-2003 bonevich.com. All Rights Reserved.