public interface DynamicAnnotationExpression extends AnnotationExpression
Modifier and Type | Method and Description |
---|---|
AnnotationPath |
asAnnotationPath() |
Apply |
asApply() |
Cast |
asCast() |
Collection |
asCollection() |
If |
asIf() |
IsOf |
asIsOf() |
LabeledElement |
asLabeledElement() |
LabeledElementReference |
asLabeledElementReference() |
NavigationPropertyPath |
asNavigationPropertyPath() |
Not |
asNot() |
Null |
asNull() |
Path |
asPath() |
PropertyPath |
asPropertyPath() |
PropertyValue |
asPropertyValue() |
Record |
asRecord() |
TwoParamsOpDynamicAnnotationExpression |
asTwoParamsOp() |
UrlRef |
asUrlRef() |
boolean |
isAnnotationPath() |
boolean |
isApply() |
boolean |
isCast() |
boolean |
isCollection() |
boolean |
isIf() |
boolean |
isIsOf() |
boolean |
isLabeledElement() |
boolean |
isLabeledElementReference() |
boolean |
isNavigationPropertyPath() |
boolean |
isNot() |
boolean |
isNull() |
boolean |
isPath() |
boolean |
isPropertyPath() |
boolean |
isPropertyValue() |
boolean |
isRecord() |
boolean |
isTwoParamsOp() |
boolean |
isUrlRef() |
asConstant, asDynamic, isConstant, isDynamic
boolean isNot()
Not asNot()
boolean isTwoParamsOp()
TwoParamsOpDynamicAnnotationExpression asTwoParamsOp()
boolean isAnnotationPath()
AnnotationPath asAnnotationPath()
boolean isApply()
Apply asApply()
boolean isCast()
Cast asCast()
boolean isCollection()
Collection asCollection()
boolean isIf()
If asIf()
boolean isIsOf()
IsOf asIsOf()
boolean isLabeledElement()
LabeledElement asLabeledElement()
boolean isLabeledElementReference()
LabeledElementReference asLabeledElementReference()
boolean isNull()
Null asNull()
boolean isNavigationPropertyPath()
NavigationPropertyPath asNavigationPropertyPath()
boolean isPath()
Path asPath()
boolean isPropertyPath()
PropertyPath asPropertyPath()
boolean isPropertyValue()
PropertyValue asPropertyValue()
boolean isRecord()
Record asRecord()
boolean isUrlRef()
UrlRef asUrlRef()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.