public interface ConstantsDeclaration extends Declaration
The following features are supported:
SsmePackage.getConstantsDeclaration()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ConstantDefinition> |
getListConstantDefinition()
Returns the value of the 'List Constant Definition' containment reference list.
|
Type |
getType()
Returns the value of the 'Type' containment reference
|
VisibilityKind |
getVisibility()
Returns the value of the 'Visibility' attribute.
|
void |
setType(Type value)
Sets the value of the '
Type ' containment reference |
void |
setVisibility(VisibilityKind value)
Sets the value of the '
Visibility ' attribute |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
VisibilityKind getVisibility()
VisibilityKind
.
If the meaning of the 'Visibility' attribute isn't clear, there really should be more of a description here...
VisibilityKind
,
setVisibility(VisibilityKind)
,
SsmePackage.getConstantsDeclaration_Visibility()
void setVisibility(VisibilityKind value)
Visibility
' attribute.
value
- the new value of the 'Visibility' attribute.VisibilityKind
,
getVisibility()
Type getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(Type)
,
SsmePackage.getConstantsDeclaration_Type()
void setType(Type value)
Type
' containment reference.
value
- the new value of the 'Type' containment reference.getType()
org.eclipse.emf.common.util.EList<ConstantDefinition> getListConstantDefinition()
ConstantDefinition
.
If the meaning of the 'List Constant Definition' containment reference list isn't clear, there really should be more of a description here...
SsmePackage.getConstantsDeclaration_ListConstantDefinition()