Class DocsumField

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DocsumField​(java.lang.String name)  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract java.lang.Object convert​(com.yahoo.data.access.Inspector value)
      Convert a generic value into an object of the appropriate type for this field.
      static DocsumField create​(java.lang.String name, java.lang.String typename)  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

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

      • name

        protected java.lang.String name
    • Constructor Detail

      • DocsumField

        protected DocsumField​(java.lang.String name)
    • Method Detail

      • create

        public static DocsumField create​(java.lang.String name,
                                         java.lang.String typename)
      • getName

        public java.lang.String getName()
      • convert

        public abstract java.lang.Object convert​(com.yahoo.data.access.Inspector value)
        Convert a generic value into an object of the appropriate type for this field.