|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.AssociationRoleCardinalityEnum
AssociationRoleCardinality enumeration class implementation.
Field Summary | |
static AssociationRoleCardinalityEnum |
ONE
Enumeration constant corresponding to literal One. |
static AssociationRoleCardinalityEnum |
ONE_TO_MANY
Enumeration constant corresponding to literal OneToMany. |
static AssociationRoleCardinalityEnum |
ZERO_OR_ONE
Enumeration constant corresponding to literal ZeroOrOne. |
static AssociationRoleCardinalityEnum |
ZERO_TO_MANY
Enumeration constant corresponding to literal ZeroToMany. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is equal to this enumeration value. |
static AssociationRoleCardinality |
forName(java.lang.String name)
Translates literal name to correspondent enumeration value. |
int |
hashCode()
Returns a hash code for this the enumeration value. |
java.util.List |
refTypeName()
Returns fully qualified name of the enumeration type. |
java.lang.String |
toString()
Returns a string representation of the enumeration value. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final AssociationRoleCardinalityEnum ONE
public static final AssociationRoleCardinalityEnum ZERO_OR_ONE
public static final AssociationRoleCardinalityEnum ZERO_TO_MANY
public static final AssociationRoleCardinalityEnum ONE_TO_MANY
Method Detail |
public java.util.List refTypeName()
refTypeName
in interface javax.jmi.reflect.RefEnum
public java.lang.String toString()
toString
in interface javax.jmi.reflect.RefEnum
public int hashCode()
hashCode
in interface javax.jmi.reflect.RefEnum
public boolean equals(java.lang.Object o)
equals
in interface javax.jmi.reflect.RefEnum
o
- The reference object with which to compare.
public static AssociationRoleCardinality forName(java.lang.String name)
name
- Enumeration literal.
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |