public interface ImportDeclaration
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.xtext.common.types.JvmDeclaredType |
getImportedType()
Returns the value of the 'Imported Type' reference.
|
String |
getMemberName()
Returns the value of the 'Member Name' attribute.
|
boolean |
isWildcard()
Returns the value of the 'Wildcard' attribute.
|
void |
setImportedType(org.eclipse.xtext.common.types.JvmDeclaredType value)
Sets the value of the '
Imported Type' reference. |
void |
setMemberName(String value)
Sets the value of the '
Member Name' attribute. |
void |
setWildcard(boolean value)
Sets the value of the '
Wildcard' attribute. |
org.eclipse.xtext.common.types.JvmDeclaredType getImportedType()
If the meaning of the 'Imported Type' reference isn't clear, there really should be more of a description here...
setImportedType(JvmDeclaredType),
ProtelisPackage.getImportDeclaration_ImportedType()void setImportedType(org.eclipse.xtext.common.types.JvmDeclaredType value)
Imported Type' reference.
value - the new value of the 'Imported Type' reference.getImportedType()boolean isWildcard()
If the meaning of the 'Wildcard' attribute isn't clear, there really should be more of a description here...
setWildcard(boolean),
ProtelisPackage.getImportDeclaration_Wildcard()void setWildcard(boolean value)
Wildcard' attribute.
value - the new value of the 'Wildcard' attribute.isWildcard()String getMemberName()
If the meaning of the 'Member Name' attribute isn't clear, there really should be more of a description here...
setMemberName(String),
ProtelisPackage.getImportDeclaration_MemberName()void setMemberName(String value)
Member Name' attribute.
value - the new value of the 'Member Name' attribute.getMemberName()Copyright © 2015. All rights reserved.