public class FieldReferenceDTO extends java.lang.Object implements FunctionArg, NamedReference
Modifier and Type | Class and Description |
---|---|
static class |
FieldReferenceDTO.Builder |
FunctionArg.ArgType
NamedReference.FieldReference
EMPTY_ARGS
EMPTY_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, wait
validate
children, field, field, references
public static FieldReferenceDTO of(java.lang.String... fieldName)
public java.lang.String[] fieldName()
NamedReference
Each string in the returned array represents a field name.
fieldName
in interface NamedReference
public FunctionArg.ArgType argType()
argType
in interface FunctionArg