org.chromattic.core.bean
Class SimpleValueInfo

java.lang.Object
  extended by org.chromattic.core.bean.ValueInfo
      extended by org.chromattic.core.bean.SimpleValueInfo

public class SimpleValueInfo
extends ValueInfo

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.chromattic.core.bean.ValueInfo
typeInfo
 
Method Summary
static SimpleValueInfo create(org.reflext.api.ClassTypeInfo typeInfo)
           
static SimpleValueInfo createPath(org.reflext.api.ClassTypeInfo typeInfo)
           
 SimpleType getSimpleType()
           
 boolean isPrimitive()
           
 String toString()
           
 
Methods inherited from class org.chromattic.core.bean.ValueInfo
getTypeInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSimpleType

public SimpleType getSimpleType()

isPrimitive

public boolean isPrimitive()

toString

public String toString()
Overrides:
toString in class Object

createPath

public static SimpleValueInfo createPath(org.reflext.api.ClassTypeInfo typeInfo)

create

public static SimpleValueInfo create(org.reflext.api.ClassTypeInfo typeInfo)


Copyright © 2009 eXo Platform SAS. All Rights Reserved.