Class XtendAnnotationTypeElementDeclarationImpl

  • All Implemented Interfaces:
    org.eclipse.xtend.lib.macro.declaration.AnnotationTarget, org.eclipse.xtend.lib.macro.declaration.AnnotationTypeElementDeclaration, org.eclipse.xtend.lib.macro.declaration.Declaration, org.eclipse.xtend.lib.macro.declaration.Element, org.eclipse.xtend.lib.macro.declaration.MemberDeclaration, org.eclipse.xtend.lib.macro.declaration.NamedElement

    public class XtendAnnotationTypeElementDeclarationImpl
    extends XtendMemberDeclarationImpl<XtendField>
    implements org.eclipse.xtend.lib.macro.declaration.AnnotationTypeElementDeclaration
    • Constructor Detail

      • XtendAnnotationTypeElementDeclarationImpl

        public XtendAnnotationTypeElementDeclarationImpl()
    • Method Detail

      • getSimpleName

        public java.lang.String getSimpleName()
        Specified by:
        getSimpleName in interface org.eclipse.xtend.lib.macro.declaration.NamedElement
      • getDefaultValue

        public java.lang.Object getDefaultValue()
        Specified by:
        getDefaultValue in interface org.eclipse.xtend.lib.macro.declaration.AnnotationTypeElementDeclaration
      • getDefaultValueExpression

        public org.eclipse.xtend.lib.macro.expression.Expression getDefaultValueExpression()
        Specified by:
        getDefaultValueExpression in interface org.eclipse.xtend.lib.macro.declaration.AnnotationTypeElementDeclaration
      • getType

        public org.eclipse.xtend.lib.macro.declaration.TypeReference getType()
        Specified by:
        getType in interface org.eclipse.xtend.lib.macro.declaration.AnnotationTypeElementDeclaration