Uses of Class
science.aist.neo4j.reflective.RelationshipInformation.Direction
- 
Packages that use RelationshipInformation.Direction Package Description science.aist.neo4j.reflective  - 
- 
Uses of RelationshipInformation.Direction in science.aist.neo4j.reflective
Fields in science.aist.neo4j.reflective declared as RelationshipInformation.Direction Modifier and Type Field Description protected RelationshipInformation.DirectionRelationshipInformation. directionthe direction of the relationship // TODO #9 and #10 USE THISMethods in science.aist.neo4j.reflective that return RelationshipInformation.Direction Modifier and Type Method Description RelationshipInformation.DirectionRelationshipInformation. getDirection()static RelationshipInformation.DirectionRelationshipInformation.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static RelationshipInformation.Direction[]RelationshipInformation.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -