Class ByteField


  • public class ByteField
    extends DocsumField
    Author:
    Bjørn Borud
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      ByteField​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object convert​(com.yahoo.data.access.Inspector value)
      Convert a generic value into an object of the appropriate type for this field.
      • Methods inherited from class java.lang.Object

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

      • ByteField

        public ByteField​(java.lang.String name)
    • Method Detail

      • convert

        public java.lang.Object convert​(com.yahoo.data.access.Inspector value)
        Description copied from class: DocsumField
        Convert a generic value into an object of the appropriate type for this field.
        Specified by:
        convert in class DocsumField