public class Field extends Object implements Serializable
| Constructor and Description |
|---|
Field(String fieldName,
int fieldSize)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName()
Gets the field's name.
|
int |
getFieldSize()
Gets the field's size.
|
public Field(String fieldName, int fieldSize)
fieldName - fieldSize - public String getFieldName()
public int getFieldSize()
Copyright © 2020. All rights reserved.