Uses of Class
org.forester.go.GoRelationship.Type
-
Packages that use GoRelationship.Type Package Description org.forester.go -
-
Uses of GoRelationship.Type in org.forester.go
Methods in org.forester.go that return GoRelationship.Type Modifier and Type Method Description GoRelationship.Type
BasicGoRelationship. getType()
GoRelationship.Type
GoRelationship. getType()
static GoRelationship.Type
GoRelationship.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GoRelationship.Type[]
GoRelationship.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.forester.go with parameters of type GoRelationship.Type Constructor Description BasicGoRelationship(GoRelationship.Type type, GoId go_id)
-