Uses of Enum Class
org.restheart.mongodb.metadata.Relationship.TYPE
Packages that use Relationship.TYPE
Package
Description
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.TYPEModifier and TypeMethodDescriptionRelationship.getType()static Relationship.TYPEReturns the enum constant of this class with the specified name.static Relationship.TYPE[]Relationship.TYPE.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.TYPEModifierConstructorDescriptionRelationship(String rel, Relationship.TYPE type, Relationship.ROLE role, String targetDb, String targetCollection, String referenceField)