org.chromattic.core.bean
Class ObjectSimpleType<T>

java.lang.Object
  extended by org.chromattic.core.bean.SimpleType<T>
      extended by org.chromattic.core.bean.ObjectSimpleType<T>

public class ObjectSimpleType<T>
extends SimpleType<T>

Version:
$Revision$
Author:
Julien Viet

Field Summary
static ObjectSimpleType<InputStream> BINARY
          .
static ObjectSimpleType<Boolean> BOOLEAN
          .
static ObjectSimpleType<Date> DATE
          .
static ObjectSimpleType<Double> DOUBLE
          .
static ObjectSimpleType<Float> FLOAT
          .
static ObjectSimpleType<Integer> INT
          .
static ObjectSimpleType<Long> LONG
          .
static ObjectSimpleType<String> PATH
          .
static ObjectSimpleType<String> STRING
          .
 
Constructor Summary
ObjectSimpleType(SimpleTypeKind kind, Class<T> javaType)
           
 
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

STRING

public static final ObjectSimpleType<String> STRING
.


PATH

public static final ObjectSimpleType<String> PATH
.


DATE

public static final ObjectSimpleType<Date> DATE
.


BINARY

public static final ObjectSimpleType<InputStream> BINARY
.


INT

public static final ObjectSimpleType<Integer> INT
.


BOOLEAN

public static final ObjectSimpleType<Boolean> BOOLEAN
.


LONG

public static final ObjectSimpleType<Long> LONG
.


DOUBLE

public static final ObjectSimpleType<Double> DOUBLE
.


FLOAT

public static final ObjectSimpleType<Float> FLOAT
.

Constructor Detail

ObjectSimpleType

public ObjectSimpleType(SimpleTypeKind kind,
                        Class<T> javaType)
Method Detail

isPrimitive

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


Copyright © 2009 eXo Platform SAS. All Rights Reserved.