public class DomainFunctionLiteral extends Object implements DomainFunction
| Constructor and Description |
|---|
DomainFunctionLiteral() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
annotationType() |
boolean |
collection() |
int |
minArguments() |
Class<?> |
type() |
String |
typeName() |
Class<? extends com.blazebit.domain.runtime.model.DomainFunctionTypeResolver> |
typeResolver() |
String |
value() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, toStringpublic String value()
public Class<?> type()
public String typeName()
public boolean collection()
public Class<? extends com.blazebit.domain.runtime.model.DomainFunctionTypeResolver> typeResolver()
public int minArguments()
public Class<? extends Annotation> annotationType()
annotationType in interface AnnotationCopyright © 2019–2020 Blazebit. All rights reserved.