public class FieldReferenceDTO extends java.lang.Object implements FunctionArg, NamedReference
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldReferenceDTO.Builder |
FunctionArg.ArgTypeNamedReference.FieldReferenceEMPTY_ARGSEMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE| Modifier and Type | Method and Description |
|---|---|
FunctionArg.ArgType |
argType() |
java.lang.String[] |
fieldName()
Returns the referenced field name as an array of String parts.
|
static FieldReferenceDTO |
of(java.lang.String... fieldName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidatechildren, field, field, referencespublic static FieldReferenceDTO of(java.lang.String... fieldName)
public java.lang.String[] fieldName()
NamedReferenceEach string in the returned array represents a field name.
fieldName in interface NamedReferencepublic FunctionArg.ArgType argType()
argType in interface FunctionArg