Uses of Enum Class
org.restheart.mongodb.metadata.Relationship.ROLE
Packages that use Relationship.ROLE
Package
Description
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.ROLEModifier and TypeMethodDescriptionRelationship.getRole()static Relationship.ROLEReturns the enum constant of this class with the specified name.static Relationship.ROLE[]Relationship.ROLE.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.restheart.mongodb.metadata with parameters of type Relationship.ROLEModifierConstructorDescriptionRelationship(String rel, Relationship.TYPE type, Relationship.ROLE role, String targetDb, String targetCollection, String referenceField)