public interface XImportDeclaration
extends org.eclipse.emf.ecore.EObject
XtypePackage.getXImportDeclaration()| Modifier and Type | Method and Description |
|---|---|
String |
getImportedName()
Returns the name that has been imported.
|
String |
getImportedNamespace()
Returns the value of the 'Imported Namespace' attribute
|
JvmDeclaredType |
getImportedType()
Returns the value of the 'Imported Type' reference
|
String |
getImportedTypeName() |
String |
getMemberName()
Returns the value of the 'Member Name' attribute
|
boolean |
isExtension()
Returns the value of the 'Extension' attribute
|
boolean |
isStatic()
Returns the value of the 'Static' attribute
|
boolean |
isWildcard()
Returns the value of the 'Wildcard' attribute
|
void |
setExtension(boolean value)
Sets the value of the '
Extension' attribute |
void |
setImportedNamespace(String value)
Sets the value of the '
Imported Namespace' attribute |
void |
setImportedType(JvmDeclaredType value)
Sets the value of the '
Imported Type' reference |
void |
setMemberName(String value)
Sets the value of the '
Member Name' attribute |
void |
setStatic(boolean value)
Sets the value of the '
Static' attribute |
void |
setWildcard(boolean value)
Sets the value of the '
Wildcard' attribute |
boolean isWildcard()
If the meaning of the 'Wildcard' attribute isn't clear, there really should be more of a description here...
setWildcard(boolean),
XtypePackage.getXImportDeclaration_Wildcard()void setWildcard(boolean value)
Wildcard' attribute.
value - the new value of the 'Wildcard' attribute.isWildcard()boolean isExtension()
If the meaning of the 'Extension' attribute isn't clear, there really should be more of a description here...
setExtension(boolean),
XtypePackage.getXImportDeclaration_Extension()void setExtension(boolean value)
Extension' attribute.
value - the new value of the 'Extension' attribute.isExtension()boolean isStatic()
If the meaning of the 'Static' attribute isn't clear, there really should be more of a description here...
setStatic(boolean),
XtypePackage.getXImportDeclaration_Static()void setStatic(boolean value)
Static' attribute.
value - the new value of the 'Static' attribute.isStatic()JvmDeclaredType getImportedType()
If the meaning of the 'Imported Type' reference isn't clear, there really should be more of a description here...
setImportedType(JvmDeclaredType),
XtypePackage.getXImportDeclaration_ImportedType()void setImportedType(JvmDeclaredType value)
Imported Type' reference.
value - the new value of the 'Imported Type' reference.getImportedType()String getMemberName()
If the meaning of the 'Member Name' attribute isn't clear, there really should be more of a description here...
setMemberName(String),
XtypePackage.getXImportDeclaration_MemberName()void setMemberName(String value)
Member Name' attribute.
value - the new value of the 'Member Name' attribute.getMemberName()String getImportedNamespace()
If the meaning of the 'Imported Namespace' attribute isn't clear, there really should be more of a description here...
setImportedNamespace(String),
XtypePackage.getXImportDeclaration_ImportedNamespace()void setImportedNamespace(String value)
Imported Namespace' attribute.
value - the new value of the 'Imported Namespace' attribute.getImportedNamespace()String getImportedName()
Returns the name that has been imported.
For types and wildcard import declarations returns a qualified type name, e.g. java.lang.String.
For member import declarations returns a qualified member name, e.g. java.lang.String.valueOf.
String getImportedTypeName()
Copyright © 2015. All Rights Reserved.