public class FieldTemplateImpl extends Object implements FieldTemplate, Externalizable
| Constructor and Description |
|---|
FieldTemplateImpl() |
FieldTemplateImpl(String name,
int index,
Class clazz) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
getIndex() |
String |
getName() |
ValueType |
getValueType() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic int getIndex()
getIndex in interface FieldTemplatepublic String getName()
getName in interface FieldTemplatepublic ValueType getValueType()
getValueType in interface FieldTemplateCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.