org.eclipse.gmt.modisco.java
Interface EnumConstantDeclaration

All Superinterfaces:
ASTNode, BodyDeclaration, NamedElement, VariableDeclaration

public interface EnumConstantDeclaration
extends BodyDeclaration, VariableDeclaration

A representation of the model object 'Enum Constant Declaration'.

The following features are supported:

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

Method Summary
 AnonymousClassDeclaration getAnonymousClassDeclaration()
          Returns the value of the 'Anonymous Class Declaration' containment reference.
  getArguments()
          Returns the value of the 'Arguments' containment reference list.
 void setAnonymousClassDeclaration(AnonymousClassDeclaration value)
          Sets the value of the 'Anonymous Class Declaration' 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
 
Methods inherited from interface org.eclipse.gmt.modisco.java.VariableDeclaration
getExtraArrayDimensions, getInitializer, getUsageInVariableAccess, setExtraArrayDimensions, setInitializer
 
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

getAnonymousClassDeclaration

AnonymousClassDeclaration getAnonymousClassDeclaration()
Returns the value of the 'Anonymous Class Declaration' containment reference.

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

Returns:
the value of the 'Anonymous Class Declaration' containment reference.
See Also:
setAnonymousClassDeclaration(AnonymousClassDeclaration), JavaPackage.getEnumConstantDeclaration_AnonymousClassDeclaration()
Generated:
Model:
containment="true" ordered="false"

setAnonymousClassDeclaration

void setAnonymousClassDeclaration(AnonymousClassDeclaration value)
Sets the value of the 'Anonymous Class Declaration' containment reference.

Parameters:
value - the new value of the 'Anonymous Class Declaration' containment reference.
See Also:
getAnonymousClassDeclaration()
Generated:

getArguments

 getArguments()
Returns the value of the 'Arguments' containment reference list. The list contents are of type Expression.

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

Returns:
the value of the 'Arguments' containment reference list.
See Also:
JavaPackage.getEnumConstantDeclaration_Arguments()
Generated:
Model:
containment="true"