public final class FieldContext extends Object
Constructor and Description |
---|
FieldContext() |
Modifier and Type | Method and Description |
---|---|
String |
getFieldContext()
Returns the field contexts.
|
List<String> |
getValue()
Returns the value.
|
boolean |
isForeignKeyLabeling()
Returns
true if the context uses the foreign key's value instead of its label. |
void |
setFieldContext(String fieldContext) |
void |
setForeignKeyLabeling(boolean foreignKeyLabeling) |
void |
setValue(List<String> values) |
public String getFieldContext()
public void setFieldContext(String fieldContext)
public boolean isForeignKeyLabeling()
true
if the context uses the foreign key's value instead of its label.public void setForeignKeyLabeling(boolean foreignKeyLabeling)