public class FieldData extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
fieldDescription
Description of the field.
|
String |
fieldName
Name of the field, to be called via reflection.
|
String |
fieldType
Type of the field.
|
String |
fieldValue
The fields value, at first the default, in the end the set one.
|
String |
guiHints
Guihints if there are some.
|
boolean |
isIn
Type of the field, either @in or @out.
|
String |
otherFieldName
Field name of a connecting module, if available.
|
ModuleDescription |
otherModule
Other module, if available.
|
| Constructor and Description |
|---|
FieldData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isProcessingRegionRelated()
Checks if the FieldData are referred to values of the
ProcessingRegion. |
boolean |
isSimpleArrayType()
Checks if this field is of simple array/matrix type.
|
boolean |
isSimpleType()
Checks if this field is a simple type.
|
FieldData |
makeCopy() |
String |
toString() |
public boolean isIn
public String fieldName
public String fieldType
public String fieldDescription
public String guiHints
public String fieldValue
public String otherFieldName
public ModuleDescription otherModule
public boolean isProcessingRegionRelated()
ProcessingRegion.true, if the field is related to the processing region.public boolean isSimpleType()
Simple types are:
public boolean isSimpleArrayType()
public FieldData makeCopy()
Copyright © 2005-2019 HydroloGIS. All Rights Reserved.