Class AbstractInspireKeyword<T>

    • Constructor Detail

      • AbstractInspireKeyword

        public AbstractInspireKeyword()
        constructor
      • AbstractInspireKeyword

        public AbstractInspireKeyword​(InspireOriginatingControlledVocabulary originatingControlledVocabulary)
        constructor
        Parameters:
        originatingControlledVocabulary - the keyword
    • Method Detail

      • isSetOriginatingControlledVocabulary

        public boolean isSetOriginatingControlledVocabulary()
        Check if the keyword is set
        Returns:
        true, if the keyword is set
      • getKeywordValue

        public abstract T getKeywordValue()
        Get the keyword value
        Returns:
        the keyword value
      • setKeywordValue

        protected abstract void setKeywordValue​(T keywordValue)
        Set the keyword value
        Parameters:
        keywordValue - the keyword value to set