com.nativelibs4java.velocity
Class Primitive

java.lang.Object
  extended by com.nativelibs4java.velocity.Primitive

public abstract class Primitive
extends Object

Author:
Olivier

Constructor Summary
Primitive(Class<?> type)
           
Primitive(String integralClassName)
           
 
Method Summary
static List<Primitive> getBridJPrimitives()
           
 String getBufferName()
           
 Class<?> getBufferType()
           
 String getCapName()
           
 String getName()
           
static List<Primitive> getPrimitives()
           
static List<Primitive> getPrimitivesNoBool()
           
 String getRawTypeRef()
           
 String getSize()
           
 Class<?> getType()
           
 String getTypeRef()
           
 Class<?> getWrapper()
           
 String getWrapperName()
           
 boolean isSignedIntegral()
           
 String rawValue(String intValue)
           
 String value(String intValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Primitive

public Primitive(String integralClassName)

Primitive

public Primitive(Class<?> type)
Method Detail

getCapName

public String getCapName()

getBufferType

public Class<?> getBufferType()

isSignedIntegral

public boolean isSignedIntegral()

getName

public String getName()

getTypeRef

public String getTypeRef()

getRawTypeRef

public String getRawTypeRef()

getSize

public String getSize()

getType

public Class<?> getType()

getWrapper

public Class<?> getWrapper()

getWrapperName

public String getWrapperName()

getBufferName

public String getBufferName()

value

public String value(String intValue)

rawValue

public String rawValue(String intValue)

getBridJPrimitives

public static List<Primitive> getBridJPrimitives()

getPrimitives

public static List<Primitive> getPrimitives()

getPrimitivesNoBool

public static List<Primitive> getPrimitivesNoBool()


Copyright © 2009-2014. All Rights Reserved.