public class AccessorKey extends Object implements Externalizable
| Modifier and Type | Class and Description |
|---|---|
static class |
AccessorKey.AccessorType |
| Constructor and Description |
|---|
AccessorKey() |
AccessorKey(String className,
String fieldName,
AccessorKey.AccessorType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClassName() |
String |
getFieldName() |
AccessorKey.AccessorType |
getType() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public AccessorKey()
public AccessorKey(String className, String fieldName, AccessorKey.AccessorType type)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic String getClassName()
public String getFieldName()
public AccessorKey.AccessorType getType()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.