org.chromattic.core.bean
Class SimpleTypeKind<E,I>
java.lang.Object
org.chromattic.core.bean.SimpleTypeKind<E,I>
- Direct Known Subclasses:
- SimpleTypeKind.BOOLEAN, SimpleTypeKind.DATE, SimpleTypeKind.DOUBLE, SimpleTypeKind.LONG, SimpleTypeKind.PATH, SimpleTypeKind.STREAM, SimpleTypeKind.STRING
public abstract class SimpleTypeKind<E,I>
- extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTypeKind
protected SimpleTypeKind(Class<E> externalType)
getExternalType
public final Class<E> getExternalType()
toExternal
public abstract E toExternal(I internal)
toInternal
public abstract I toInternal(E external)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.