public class Field extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Field.Type |
| Constructor and Description |
|---|
Field(String name) |
Field(String name,
Field.Type type) |
Field(String name,
Field.Type type,
int index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getIndex() |
String |
getName() |
Field.Type |
getType() |
int |
hashCode() |
void |
setName(String name) |
String |
toString() |
public Field(String name)
public Field(String name, Field.Type type)
public Field(String name, Field.Type type, int index)
public String getName()
public void setName(String name)
public int getIndex()
public Field.Type getType()
Copyright © 2021 Open Foris. All rights reserved.