public static class MappingPrism.Values
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
javax.lang.model.element.AnnotationValue |
constant()
Return the AnnotationValue corresponding to the constant()
member of the annotation, or null when the default value is implied.
|
javax.lang.model.element.AnnotationValue |
dateFormat()
Return the AnnotationValue corresponding to the dateFormat()
member of the annotation, or null when the default value is implied.
|
javax.lang.model.element.AnnotationValue |
expression()
Return the AnnotationValue corresponding to the expression()
member of the annotation, or null when the default value is implied.
|
javax.lang.model.element.AnnotationValue |
ignore()
Return the AnnotationValue corresponding to the ignore()
member of the annotation, or null when the default value is implied.
|
javax.lang.model.element.AnnotationValue |
source()
Return the AnnotationValue corresponding to the source()
member of the annotation, or null when the default value is implied.
|
javax.lang.model.element.AnnotationValue |
target()
Return the AnnotationValue corresponding to the target()
member of the annotation, or null when the default value is implied.
|
public javax.lang.model.element.AnnotationValue source()
public javax.lang.model.element.AnnotationValue target()
public javax.lang.model.element.AnnotationValue dateFormat()
public javax.lang.model.element.AnnotationValue constant()
public javax.lang.model.element.AnnotationValue expression()
public javax.lang.model.element.AnnotationValue ignore()
Copyright © 2012-2014. All Rights Reserved.