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 Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public int getIndex()
getIndex
in interface FieldTemplate
public String getName()
getName
in interface FieldTemplate
public ValueType getValueType()
getValueType
in interface FieldTemplate
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.