org.chromattic.metamodel.bean
Class SimpleType.Base<E>

java.lang.Object
  extended by org.chromattic.metamodel.bean.SimpleType<E>
      extended by org.chromattic.metamodel.bean.SimpleType.Base<E>
Enclosing class:
SimpleType<E>

public abstract static class SimpleType.Base<E>
extends SimpleType<E>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.chromattic.metamodel.bean.SimpleType
SimpleType.Base<E>, SimpleType.Enumerated
 
Field Summary
 
Fields inherited from class org.chromattic.metamodel.bean.SimpleType
BOOLEAN, DATE, DOUBLE, FLOAT, INTEGER, LONG, PATH, PRIMITIVE_BOOLEAN, PRIMITIVE_DOUBLE, PRIMITIVE_FLOAT, PRIMITIVE_INTEGER, PRIMITIVE_LONG, STREAM, STRING
 
Constructor Summary
protected SimpleType.Base(java.lang.Class<?> realType)
           
 
Method Summary
 java.lang.Class<E> getObjectType()
           
 java.lang.Class<?> getRealType()
           
 boolean isPrimitive()
           
 java.lang.String toString()
           
 
Methods inherited from class org.chromattic.metamodel.bean.SimpleType
create, toExternal, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleType.Base

protected SimpleType.Base(java.lang.Class<?> realType)
Method Detail

isPrimitive

public boolean isPrimitive()

getObjectType

public java.lang.Class<E> getObjectType()

getRealType

public java.lang.Class<?> getRealType()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011 eXo Platform SAS. All Rights Reserved.