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

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

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

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