public interface EnumConstantDeclaration extends BodyDeclaration, VariableDeclaration
The following features are supported:
JavaPackage.getEnumConstantDeclaration()| Modifier and Type | Method and Description |
|---|---|
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. |
getAbstractTypeDeclaration, getAnnotations, getAnonymousClassDeclarationOwner, getModifier, setAbstractTypeDeclaration, setAnonymousClassDeclarationOwner, setModifiergetExtraArrayDimensions, getInitializer, getUsageInVariableAccess, setExtraArrayDimensions, setInitializergetName, getUsagesInImports, isProxy, setName, setProxygetComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitAnonymousClassDeclaration getAnonymousClassDeclaration()
If the meaning of the 'Anonymous Class Declaration' containment reference isn't clear, there really should be more of a description here...
setAnonymousClassDeclaration(AnonymousClassDeclaration),
JavaPackage.getEnumConstantDeclaration_AnonymousClassDeclaration()void setAnonymousClassDeclaration(AnonymousClassDeclaration value)
Anonymous Class Declaration' containment reference.
value - the new value of the 'Anonymous Class Declaration' containment reference.getAnonymousClassDeclaration()getArguments()
Expression.
If the meaning of the 'Arguments' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getEnumConstantDeclaration_Arguments()