Class SDAnnotationType

  • All Implemented Interfaces:
    java.lang.Comparable<com.yahoo.document.annotation.AnnotationType>

    public class SDAnnotationType
    extends com.yahoo.document.annotation.AnnotationType
    Author:
    Einar M R Rosenvinge
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getInherits()  
      SDDocumentType getSdDocType()  
      void inherit​(java.lang.String inherits)  
      • Methods inherited from class com.yahoo.document.annotation.AnnotationType

        compareTo, equals, getDataType, getId, getInheritedTypes, getName, hashCode, inherit, inherits, isValueCompatible, setDataType, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SDAnnotationType

        public SDAnnotationType​(java.lang.String name)
      • SDAnnotationType

        public SDAnnotationType​(java.lang.String name,
                                SDDocumentType dataType,
                                java.lang.String inherits)
    • Method Detail

      • getInherits

        public java.lang.String getInherits()
      • inherit

        public void inherit​(java.lang.String inherits)