public class AttributeUseComponent extends Component
| Constructor and Description |
|---|
AttributeUseComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ComponentVisitor visitor) |
AnnotationComponent |
getAnnotation() |
AttributeDeclarationComponent |
getAttributeDeclaration() |
Symbol |
getValueKind() |
boolean |
isRequired() |
void |
setAnnotation(AnnotationComponent c) |
void |
setAttributeDeclaration(AttributeDeclarationComponent c) |
void |
setRequired(boolean b) |
void |
setValue(String s) |
void |
setValueKind(Symbol s) |
public boolean isRequired()
public void setRequired(boolean b)
public AttributeDeclarationComponent getAttributeDeclaration()
public void setAttributeDeclaration(AttributeDeclarationComponent c)
public void setValue(String s)
public void setValueKind(Symbol s)
public Symbol getValueKind()
public AnnotationComponent getAnnotation()
public void setAnnotation(AnnotationComponent c)
public void accept(ComponentVisitor visitor) throws Exception
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.