public class FieldReferenceDTO extends java.lang.Object implements FunctionArg, NamedReference
Modifier and Type | Class and Description |
---|---|
static class |
FieldReferenceDTO.Builder
Builder for
FieldReferenceDTO . |
FunctionArg.ArgType
NamedReference.FieldReference
EMPTY_ARGS
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE
Modifier and Type | Method and Description |
---|---|
FunctionArg.ArgType |
argType()
Arguments type of the function.
|
static FieldReferenceDTO.Builder |
builder() |
java.lang.String[] |
fieldName()
Returns the referenced field name as an array of String parts.
|
static FieldReferenceDTO |
of(java.lang.String... fieldName)
Creates a new instance of
FieldReferenceDTO . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
validate
children, field, field, references
public static FieldReferenceDTO of(java.lang.String... fieldName)
FieldReferenceDTO
.fieldName
- The field name.public java.lang.String[] fieldName()
NamedReference
Each string in the returned array represents a field name.
fieldName
in interface NamedReference
public FunctionArg.ArgType argType()
FunctionArg
argType
in interface FunctionArg
public static FieldReferenceDTO.Builder builder()