Uses of Class
org.restheart.mongodb.metadata.Relationship.TYPE
-
Packages that use Relationship.TYPE Package Description org.restheart.mongodb.metadata Base package for classes concerning metadata properties -
-
Uses of Relationship.TYPE in org.restheart.mongodb.metadata
Methods in org.restheart.mongodb.metadata that return Relationship.TYPE Modifier and Type Method Description Relationship.TYPERelationship. getType()static Relationship.TYPERelationship.TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static Relationship.TYPE[]Relationship.TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.restheart.mongodb.metadata with parameters of type Relationship.TYPE Constructor Description Relationship(String rel, Relationship.TYPE type, Relationship.ROLE role, String targetDb, String targetCollection, String referenceField)
-