Class VespaDocumentType


  • public class VespaDocumentType
    extends java.lang.Object
    This class represents the builtin 'document' document type that all other documenttypes inherits. Remember that changes here must be compatible. Changes to types of fields can not be done here. This must also match the mirroring class in c++.
    Author:
    baldersheim
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static NewDocumentType INSTANCE  
      static com.yahoo.document.DataTypeName NAME  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NAME

        public static com.yahoo.document.DataTypeName NAME
    • Constructor Detail

      • VespaDocumentType

        public VespaDocumentType()