public class Value extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
protected String |
_enum |
protected String |
description |
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getEnum() |
void |
readExternal(ObjectInput in) |
void |
setDescription(String value) |
void |
setEnum(String value) |
void |
writeExternal(ObjectOutput out) |
public String getDescription()
public void setDescription(String value)
public String getEnum()
public void setEnum(String value)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2015. All rights reserved.