Version: 1.1.1

Uses of Class
org.inb.biomoby.shared.registry.Relationship.DIRECTION_TYPE

Packages that use Relationship.DIRECTION_TYPE
org.inb.biomoby.central   
org.inb.biomoby.central.factory.jaxb   
org.inb.biomoby.central.factory.jaxb.registry   
org.inb.biomoby.shared.registry   
 

Uses of Relationship.DIRECTION_TYPE in org.inb.biomoby.central
 

Methods in org.inb.biomoby.central with parameters of type Relationship.DIRECTION_TYPE
 List<Relationship<ObjectType>> MobyCentralOperations.relationships(ObjectType objectType, List<Relationship.RELATIONSHIP_TYPE> relationships, Relationship.DIRECTION_TYPE direction, boolean expandRelationship)
           
 List<Relationship<ServiceType>> MobyCentralOperations.relationships(ServiceType serviceType, List<Relationship.RELATIONSHIP_TYPE> relationships, Relationship.DIRECTION_TYPE direction, boolean expandRelationship)
           
 

Uses of Relationship.DIRECTION_TYPE in org.inb.biomoby.central.factory.jaxb
 

Methods in org.inb.biomoby.central.factory.jaxb with parameters of type Relationship.DIRECTION_TYPE
 List<Relationship<ObjectType>> JAXBMobyCentralImpl.relationships(ObjectType objectType, List<Relationship.RELATIONSHIP_TYPE> relationships, Relationship.DIRECTION_TYPE direction, boolean expandRelationship)
           
 List<Relationship<ServiceType>> JAXBMobyCentralImpl.relationships(ServiceType serviceType, List<Relationship.RELATIONSHIP_TYPE> relationships, Relationship.DIRECTION_TYPE direction, boolean expandRelationship)
           
 

Uses of Relationship.DIRECTION_TYPE in org.inb.biomoby.central.factory.jaxb.registry
 

Methods in org.inb.biomoby.central.factory.jaxb.registry that return Relationship.DIRECTION_TYPE
 Relationship.DIRECTION_TYPE RelationshipsOperation.RelationshipsInput.getDirection()
           
 

Methods in org.inb.biomoby.central.factory.jaxb.registry with parameters of type Relationship.DIRECTION_TYPE
 void RelationshipsOperation.RelationshipsInput.setDirection(Relationship.DIRECTION_TYPE direction)
           
 

Uses of Relationship.DIRECTION_TYPE in org.inb.biomoby.shared.registry
 

Methods in org.inb.biomoby.shared.registry that return Relationship.DIRECTION_TYPE
static Relationship.DIRECTION_TYPE Relationship.DIRECTION_TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Relationship.DIRECTION_TYPE[] Relationship.DIRECTION_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010