public interface TypesDeclaration extends TypesOrSignalsDeclaration
The following features are supported:
SsmePackage.getTypesDeclaration()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TypeDefinition> |
getTypeDefinition()
Returns the value of the 'Type Definition' containment reference list.
|
VisibilityKind |
getVisibility()
Returns the value of the 'Visibility' attribute.
|
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.getTypesDeclaration_Visibility()
void setVisibility(VisibilityKind value)
Visibility
' attribute.
value
- the new value of the 'Visibility' attribute.VisibilityKind
,
getVisibility()
org.eclipse.emf.common.util.EList<TypeDefinition> getTypeDefinition()
TypeDefinition
.
If the meaning of the 'Type Definition' containment reference list isn't clear, there really should be more of a description here...
SsmePackage.getTypesDeclaration_TypeDefinition()