org.spicefactory.pimento.metamodel.impl
Class BasicImpl
java.lang.Object
org.spicefactory.pimento.metamodel.impl.TypeImpl
org.spicefactory.pimento.metamodel.impl.BasicImpl
- All Implemented Interfaces:
- Externalizable, Basic, Type
public class BasicImpl
- extends TypeImpl
- implements Basic
Default implementation of the Basic interface.
- Author:
- Jens Halm
|
Constructor Summary |
BasicImpl(Class<?> javaType)
Creates a new instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.spicefactory.pimento.metamodel.Type |
getJavaType |
BasicImpl
public BasicImpl(Class<?> javaType)
- Creates a new instance.
- Parameters:
javaType - the Java type
writeExternal
public void writeExternal(DataOutput out)
- Description copied from interface:
Externalizable
- Saves the content of this object to the DataOutput instance.
- Specified by:
writeExternal in interface Externalizable- Overrides:
writeExternal in class TypeImpl
- Parameters:
out - the output to write to