Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.literal
Class ByteValue

java.lang.Object
  extended by org.jboss.errai.codegen.literal.LiteralValue<Byte>
      extended by org.jboss.errai.codegen.literal.ByteValue
All Implemented Interfaces:
Statement

public class ByteValue
extends LiteralValue<Byte>

Author:
Mike Brock

Field Summary
 
Fields inherited from class org.jboss.errai.codegen.literal.LiteralValue
clazz
 
Constructor Summary
ByteValue(Byte value)
           
ByteValue(Integer value)
           
 
Method Summary
 String getCanonicalString(Context context)
           
 
Methods inherited from class org.jboss.errai.codegen.literal.LiteralValue
equals, generate, getType, getValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteValue

public ByteValue(Byte value)

ByteValue

public ByteValue(Integer value)
Method Detail

getCanonicalString

public String getCanonicalString(Context context)
Specified by:
getCanonicalString in class LiteralValue<Byte>

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.