Class: FunctionCallStringField
A Function Call field with a string value.
public final class FunctionCallStringField extends FunctionCallField
Constructor: FunctionCallStringField(String fieldName)
Construct the field with a name and no value.
Declaration
public FunctionCallStringField(String fieldName)
Parameters
Parameter | Value |
---|---|
fieldName | The field Name |
Returns
None
Exceptions
Exception type | Reason |
---|---|
IllegalArgumentException | The fieldName is null or empty. |
Constructor: FunctionCallStringField(String fieldName, String fieldValue)
Construct the field with a name and value
Declaration
public FunctionCallStringField(String fieldName, String fieldValue)
Parameters
Parameter | Value |
---|---|
fieldName | The field name. |
fieldValue | The string value for the field (can be null). |
Returns
None
Exceptions
Exception type | Reason |
---|---|
IllegalArgumentException | The fieldName is null or empty. |
Method: getFieldValue
Get the value for the field.
Declaration
public String getFieldValue()
Parameters
None
Returns
Returns the current value for the field.
Exceptions
None
Method: setFieldValue(String fieldValue)
Set the value for the field (can be null).
Declaration
public void setFieldValue(String fieldValue)
Parameters
Parameter | Value |
---|---|
fieldValue | The value for the field. |
Returns
None
Exceptions
None
Loading...
There was a problem loading this topic