Constant Field Values

Contents

com.github.*

no.unit.*

  • no.unit.nva.model.contexttypes.Artistic 
    Modifier and Type Constant Field Value
    public static final java.lang.String VENUES "venues"
  • no.unit.nva.model.contexttypes.Book 
    Modifier and Type Constant Field Value
    public static final java.lang.String JSON_PROPERTY_ISBN_LIST "isbnList"
    public static final java.lang.String JSON_PROPERTY_PUBLISHER "publisher"
    public static final java.lang.String JSON_PROPERTY_SERIES "series"
    public static final java.lang.String JSON_PROPERTY_SERIES_NUMBER "seriesNumber"
    public static final java.lang.String JSON_PROPERTY_SERIES_TITLE "seriesTitle"
    public static final java.lang.String SPACES_AND_HYPHENS_REGEX "[ -]"
  • no.unit.nva.model.contexttypes.Chapter 
    Modifier and Type Constant Field Value
    public static final java.lang.String ERROR_TEMPLATE "The URI <%s> is an invalid context for a Chapter"
  • no.unit.nva.model.contexttypes.Event 
    Modifier and Type Constant Field Value
    public static final java.lang.String AGENT "agent"
    public static final java.lang.String LABEL "label"
    public static final java.lang.String PLACE "place"
    public static final java.lang.String PRODUCT "product"
    public static final java.lang.String SUB_EVENT "subEvent"
    public static final java.lang.String TIME "time"
  • no.unit.nva.model.contexttypes.Partitive 
    Modifier and Type Constant Field Value
    public static final java.lang.String ERROR_TEMPLATE "The URI <%s> is an invalid part-of relation"
  • no.unit.nva.model.contexttypes.UnconfirmedSeries 
    Modifier and Type Constant Field Value
    public static final java.lang.String ISSN "issn"
    public static final java.lang.String ONLINE_ISSN "onlineIssn"
    public static final java.lang.String TITLE "title"
  • no.unit.nva.model.contexttypes.place.UnconfirmedPlace 
    Modifier and Type Constant Field Value
    public static final java.lang.String COUNTRY "country"
    public static final java.lang.String LABEL "label"
  • no.unit.nva.model.contexttypes.venue.Venue 
    Modifier and Type Constant Field Value
    public static final java.lang.String PLACE "place"
    public static final java.lang.String SEQUENCE "sequence"
    public static final java.lang.String TIME "time"
  • no.unit.nva.model.exceptions.InvalidIsbnException 
    Modifier and Type Constant Field Value
    public static final java.lang.String ERROR_TEMPLATE "The provided ISBN(s) %s is/are invalid"
  • no.unit.nva.model.exceptions.InvalidIssnException 
    Modifier and Type Constant Field Value
    public static final java.lang.String MESSAGE_TEMPLATE "The ISSN \"%s\" is invalid"
  • no.unit.nva.model.exceptions.InvalidPublicationStatusTransitionException 
    Modifier and Type Constant Field Value
    public static final java.lang.String ERROR_MSG_TEMPLATE "Invalid Publication status transition: %s -> %s"
  • no.unit.nva.model.exceptions.InvalidSeriesException 
    Modifier and Type Constant Field Value
    public static final java.lang.String MESSAGE "The specified URI is not a valid series URI: %s"
  • no.unit.nva.model.exceptions.InvalidUnconfirmedSeriesException 
    Modifier and Type Constant Field Value
    public static final java.lang.String ERROR_MESSAGE "The series defines a seriesTitle string and an unconfirmed series object that have different values. These values should either match, or the seriesTitle should be removed."
  • no.unit.nva.model.instancetypes.artistic.ArtisticDesign 
    Modifier and Type Constant Field Value
    public static final java.lang.String DESCRIPTION "description"
    public static final java.lang.String SUBTYPE "subtype"
  • no.unit.nva.model.instancetypes.artistic.ArtisticDesignSubtype 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "type"
  • no.unit.nva.model.instancetypes.artistic.ArtisticDesignSubtypeOther 
    Modifier and Type Constant Field Value
    public static final java.lang.String DESCRIPTION "description"
  • no.unit.nva.model.instancetypes.book.BookMonographContentType 
    Modifier and Type Constant Field Value
    public static final java.lang.String DELIMITER ", "
    public static final java.lang.String ERROR_MESSAGE_TEMPLATE "%s not a valid BookMonographContentType, expected one of: %s"
  • no.unit.nva.model.instancetypes.journal.JournalArticleContentType 
    Modifier and Type Constant Field Value
    public static final java.lang.String DELIMITER ", "
    public static final java.lang.String ERROR_MESSAGE_TEMPLATE "%s not a valid JournalArticleContentType, expected one of: %s"
  • no.unit.nva.model.pages.Range 
    Modifier and Type Constant Field Value
    public static final java.lang.String EMPTY_STRING ""
    public static final java.lang.String NON_SPACE_WHITESPACE "[\\n\\r\\t]+"
  • no.unit.nva.model.time.Instant 
    Modifier and Type Constant Field Value
    public static final java.lang.String VALUE "value"
  • no.unit.nva.model.time.Period 
    Modifier and Type Constant Field Value
    public static final java.lang.String FROM "from"
    public static final java.lang.String TO "to"
  • no.unit.nva.model.util.ContextUtil 
    Modifier and Type Constant Field Value
    public static final java.lang.String CONTEXT "@context"
    public static final java.lang.String ERROR_MESSAGE "JsonNode is not an object"