6 protected int accessType;
7 protected int fieldType;
8 protected String fieldTypeString;
9 protected String defaultVal;
18 public String getName() {
22 public int getAccessType() {
26 public int getFieldType() {
30 public String getFieldTypeString() {
31 return fieldTypeString;
34 public void setDefaultValue(String val) {
38 public String getDefault() {