public class Group extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
protected HugeArray<Field> |
field |
protected int |
fieldSize |
protected HugeArray<Group> |
group |
protected int |
groupSize |
protected String |
name |
protected String |
required |
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
HugeArray<Field> |
getField() |
HugeArray<Group> |
getGroup() |
String |
getName() |
String |
getRequired() |
void |
readExternal(ObjectInput in) |
Group |
setFieldSize(int fieldSize) |
Group |
setGroupSize(int groupSize) |
void |
setName(String value) |
void |
setRequired(String value) |
void |
writeExternal(ObjectOutput out) |
protected String name
protected String required
protected int fieldSize
protected int groupSize
public Group setFieldSize(int fieldSize)
public Group setGroupSize(int groupSize)
public String getName()
public void setName(String value)
public String getRequired()
public void setRequired(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.