public static class XmlElementDeclPrism.Values
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
javax.lang.model.element.AnnotationValue |
defaultValue()
Return the AnnotationValue corresponding to the defaultValue()
member of the annotation, or null when the default value is implied.
|
javax.lang.model.element.AnnotationValue |
name()
Return the AnnotationValue corresponding to the name()
member of the annotation, or null when the default value is implied.
|
javax.lang.model.element.AnnotationValue |
namespace()
Return the AnnotationValue corresponding to the namespace()
member of the annotation, or null when the default value is implied.
|
javax.lang.model.element.AnnotationValue |
scope()
Return the AnnotationValue corresponding to the scope()
member of the annotation, or null when the default value is implied.
|
javax.lang.model.element.AnnotationValue |
substitutionHeadName()
Return the AnnotationValue corresponding to the substitutionHeadName()
member of the annotation, or null when the default value is implied.
|
javax.lang.model.element.AnnotationValue |
substitutionHeadNamespace()
Return the AnnotationValue corresponding to the substitutionHeadNamespace()
member of the annotation, or null when the default value is implied.
|
public javax.lang.model.element.AnnotationValue scope()
public javax.lang.model.element.AnnotationValue namespace()
public javax.lang.model.element.AnnotationValue name()
public javax.lang.model.element.AnnotationValue substitutionHeadNamespace()
public javax.lang.model.element.AnnotationValue substitutionHeadName()
public javax.lang.model.element.AnnotationValue defaultValue()
Copyright © 2012-2014. All Rights Reserved.