Uses of Enum Class
org.dspace.app.rest.signposting.model.LinksetRelationType
Packages that use LinksetRelationType
-
Uses of LinksetRelationType in org.dspace.app.rest.signposting.model
Methods in org.dspace.app.rest.signposting.model that return LinksetRelationTypeModifier and TypeMethodDescriptionTypedLinkRest.getRel()LinksetNode.getRelation()static LinksetRelationTypeReturns the enum constant of this class with the specified name.static LinksetRelationType[]LinksetRelationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.dspace.app.rest.signposting.model with parameters of type LinksetRelationTypeModifier and TypeMethodDescriptionvoidTypedLinkRest.setRel(LinksetRelationType rel) voidLinksetNode.setRelation(LinksetRelationType relation) Constructors in org.dspace.app.rest.signposting.model with parameters of type LinksetRelationTypeModifierConstructorDescriptionLinksetNode(String link, LinksetRelationType relation, String anchor) LinksetNode(String link, LinksetRelationType relation, String type, String anchor) TypedLinkRest(String href, LinksetRelationType rel, String type) -
Uses of LinksetRelationType in org.dspace.app.rest.signposting.processor
Methods in org.dspace.app.rest.signposting.processor that return LinksetRelationTypeMethods in org.dspace.app.rest.signposting.processor with parameters of type LinksetRelationTypeModifier and TypeMethodDescriptionvoidAbstractSignPostingProcessor.setRelation(LinksetRelationType relation)