|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.spicefactory.pimento.metamodel.impl.TypeImpl
public abstract class TypeImpl
Default implementation of the Type interface.
| Constructor Summary | |
|---|---|
protected |
TypeImpl(Class<?> javaType)
Creates a new instance. |
| Method Summary | |
|---|---|
Class<?> |
getJavaType()
Returns the Java type. |
void |
readExternal(DataInput in)
Restores the content of this object from the DataInput instance. |
void |
writeExternal(DataOutput out)
Saves the content of this object to the DataOutput instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected TypeImpl(Class<?> javaType)
javaType - the Java type| Method Detail |
|---|
public Class<?> getJavaType()
Type
getJavaType in interface Typepublic void writeExternal(DataOutput out)
Externalizable
writeExternal in interface Externalizableout - the output to write topublic void readExternal(DataInput in)
Externalizable
readExternal in interface Externalizablein - the AMF3 data to read from
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||