Uses of Class
phenote.datamodel.RelationshipEnumeration

Packages that use RelationshipEnumeration
phenote.datamodel   
 

Uses of RelationshipEnumeration in phenote.datamodel
 

Methods in phenote.datamodel that return RelationshipEnumeration
static RelationshipEnumeration RelationshipEnumeration.getRelationshipEnum(java.lang.String name)
           
static RelationshipEnumeration RelationshipEnumeration.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RelationshipEnumeration[] RelationshipEnumeration.values()
          Returns an array containing the constants of this enum type, in the order they're declared.