org.eclipse.gmt.modisco.java
Interface AnnotationTypeMemberDeclaration

All Superinterfaces:
ASTNode, BodyDeclaration, NamedElement
All Known Subinterfaces:
UnresolvedAnnotationTypeMemberDeclaration

public interface AnnotationTypeMemberDeclaration
extends BodyDeclaration

A representation of the model object 'Annotation Type Member Declaration'.

The following features are supported:

See Also:
JavaPackage.getAnnotationTypeMemberDeclaration()
Generated:
Model:

Method Summary
 Expression getDefault()
          Returns the value of the 'Default' containment reference.
 TypeAccess getType()
          Returns the value of the 'Type' containment reference.
  getUsages()
          Returns the value of the 'Usages' reference list.
 void setDefault(Expression value)
          Sets the value of the 'Default' containment reference.
 void setType(TypeAccess value)
          Sets the value of the 'Type' containment reference.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.BodyDeclaration
getAbstractTypeDeclaration, getAnnotations, getAnonymousClassDeclarationOwner, getModifier, setAbstractTypeDeclaration, setAnonymousClassDeclarationOwner, setModifier
 
Methods inherited from interface org.eclipse.gmt.modisco.java.NamedElement
getName, getUsagesInImports, isProxy, setName, setProxy
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getDefault

Expression getDefault()
Returns the value of the 'Default' containment reference.

If the meaning of the 'Default' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default' containment reference.
See Also:
setDefault(Expression), JavaPackage.getAnnotationTypeMemberDeclaration_Default()
Generated:
Model:
containment="true" ordered="false"

setDefault

void setDefault(Expression value)
Sets the value of the 'Default' containment reference.

Parameters:
value - the new value of the 'Default' containment reference.
See Also:
getDefault()
Generated:

getType

TypeAccess getType()
Returns the value of the 'Type' containment reference.

If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' containment reference.
See Also:
setType(TypeAccess), JavaPackage.getAnnotationTypeMemberDeclaration_Type()
Generated:
Model:
containment="true" required="true" ordered="false"

setType

void setType(TypeAccess value)
Sets the value of the 'Type' containment reference.

Parameters:
value - the new value of the 'Type' containment reference.
See Also:
getType()
Generated:

getUsages

 getUsages()
Returns the value of the 'Usages' reference list. The list contents are of type AnnotationMemberValuePair. It is bidirectional and its opposite is 'Member'.

If the meaning of the 'Usages' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Usages' reference list.
See Also:
JavaPackage.getAnnotationTypeMemberDeclaration_Usages(), AnnotationMemberValuePair.getMember()
Generated:
Model:
opposite="member" ordered="false"