org.chromattic.core.bean
Class PrimitiveSimpleType<E>

java.lang.Object
  extended by org.chromattic.core.bean.SimpleType<E>
      extended by org.chromattic.core.bean.PrimitiveSimpleType<E>

public class PrimitiveSimpleType<E>
extends SimpleType<E>

Version:
$Revision$
Author:
Julien Viet

Field Summary
static SimpleType<Boolean> BOOLEAN
          .
static SimpleType<Double> DOUBLE
          .
static SimpleType<Float> FLOAT
          .
static SimpleType<Integer> INT
          .
static SimpleType<Long> LONG
          .
 
Constructor Summary
PrimitiveSimpleType(SimpleTypeKind<E,?> kind, Class<E> javaType, Class<?> listElementType)
           
 
Method Summary
 boolean isPrimitive()
           
 
Methods inherited from class org.chromattic.core.bean.SimpleType
getKind, getObjectType, getRealType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INT

public static final SimpleType<Integer> INT
.


BOOLEAN

public static final SimpleType<Boolean> BOOLEAN
.


LONG

public static final SimpleType<Long> LONG
.


DOUBLE

public static final SimpleType<Double> DOUBLE
.


FLOAT

public static final SimpleType<Float> FLOAT
.

Constructor Detail

PrimitiveSimpleType

public PrimitiveSimpleType(SimpleTypeKind<E,?> kind,
                           Class<E> javaType,
                           Class<?> listElementType)
Method Detail

isPrimitive

public boolean isPrimitive()
Specified by:
isPrimitive in class SimpleType<E>


Copyright © 2009 eXo Platform SAS. All Rights Reserved.