Uses of Class
com.objex.progeny.anywhere.enums.RELATIONSHIP

Packages that use RELATIONSHIP
com.objex.progeny.anywhere.enums   
 

Uses of RELATIONSHIP in com.objex.progeny.anywhere.enums
 

Methods in com.objex.progeny.anywhere.enums that return RELATIONSHIP
static RELATIONSHIP RELATIONSHIP.valueOf(int ai_rel)
           
static RELATIONSHIP RELATIONSHIP.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RELATIONSHIP[] RELATIONSHIP.values()
          Returns an array containing the constants of this enum type, in the order they're declared.