Package de.digitalcollections.iiif.model
Class Motivation
- java.lang.Object
-
- de.digitalcollections.iiif.model.Motivation
-
public class Motivation extends Object
A motivation for an annotation.Try to use the defined constants and only fall back to the constructor if your motivation is not covered by these.
-
-
Field Summary
Fields Modifier and Type Field Description static MotivationCOMMENTINGstatic MotivationLINKINGstatic MotivationPAINTING
-
Constructor Summary
Constructors Constructor Description Motivation(String motivation)
-
-
-
Field Detail
-
PAINTING
public static final Motivation PAINTING
-
COMMENTING
public static final Motivation COMMENTING
-
LINKING
public static final Motivation LINKING
-
-
Constructor Detail
-
Motivation
public Motivation(String motivation)
-
-