org.apache.hadoop.record.compiler
Class JByte

java.lang.Object
  extended by org.apache.hadoop.record.compiler.JType
      extended by org.apache.hadoop.record.compiler.JByte

public class JByte
extends JType

Author:
milindb

Constructor Summary
JByte()
          Creates a new instance of JByte
 
Method Summary
 String getSignature()
           
 
Methods inherited from class org.apache.hadoop.record.compiler.JType
genCppDecl, genCppGetSet, genJavaCompareTo, genJavaConstructorParam, genJavaDecl, genJavaEquals, genJavaGetSet, genJavaHashCode, genJavaReadMethod, genJavaReadWrapper, genJavaWriteMethod, genJavaWriteWrapper, getCppType, getJavaType, getJavaWrapperType, getMethodSuffix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JByte

public JByte()
Creates a new instance of JByte

Method Detail

getSignature

public String getSignature()
Specified by:
getSignature in class JType


Copyright © 2006 The Apache Software Foundation