Uses of Class
org.restheart.mongodb.metadata.Relationship.ROLE
-
Packages that use Relationship.ROLE Package Description org.restheart.mongodb.metadata Base package for classes concerning metadata properties -
-
Uses of Relationship.ROLE in org.restheart.mongodb.metadata
Methods in org.restheart.mongodb.metadata that return Relationship.ROLE Modifier and Type Method Description Relationship.ROLERelationship. getRole()static Relationship.ROLERelationship.ROLE. valueOf(String name)Returns the enum constant of this type with the specified name.static Relationship.ROLE[]Relationship.ROLE. 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.ROLE Constructor Description Relationship(String rel, Relationship.TYPE type, Relationship.ROLE role, String targetDb, String targetCollection, String referenceField)
-