public class TypeWrapper extends Object implements Externalizable
Constructor and Description |
---|
TypeWrapper() |
TypeWrapper(Class klass) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Class |
getKlass() |
String |
getName() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
setKlass(Class klass) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public TypeWrapper()
public TypeWrapper(Class klass)
public Class getKlass()
public void setKlass(Class klass)
public String getName()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.