org.eclipse.xtend.core.xtend
Interface XtendImport

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
XtendImportImpl, XtendImportImplCustom

public interface XtendImport
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Import'.

The following features are supported:

See Also:
XtendPackage.getXtendImport()
EMF generated code
EMF model element

Method Summary
 java.lang.String getImportedNamespace()
          Returns the value of the 'Imported Namespace' attribute.
 JvmType getImportedType()
          Returns the value of the 'Imported Type' reference.
 java.lang.String getImportedTypeName()
           
 boolean isExtension()
          Returns the value of the 'Extension' attribute.
 boolean isStatic()
          Returns the value of the 'Static' attribute.
 boolean isWildcard()
           
 void setExtension(boolean value)
          Sets the value of the 'Extension' attribute.
 void setImportedNamespace(java.lang.String value)
          Sets the value of the 'Imported Namespace' attribute.
 void setImportedType(JvmType value)
          Sets the value of the 'Imported Type' reference.
 void setStatic(boolean value)
          Sets the value of the 'Static' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getImportedNamespace

java.lang.String getImportedNamespace()
Returns the value of the 'Imported Namespace' attribute.

If the meaning of the 'Imported Namespace' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Imported Namespace' attribute.
See Also:
setImportedNamespace(String), XtendPackage.getXtendImport_ImportedNamespace()
EMF generated code
EMF model element

setImportedNamespace

void setImportedNamespace(java.lang.String value)
Sets the value of the 'Imported Namespace' attribute.

Parameters:
value - the new value of the 'Imported Namespace' attribute.
See Also:
getImportedNamespace()
EMF generated code

isStatic

boolean isStatic()
Returns the value of the 'Static' attribute.

If the meaning of the 'Static' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Static' attribute.
See Also:
setStatic(boolean), XtendPackage.getXtendImport_Static()
EMF generated code
EMF model element

setStatic

void setStatic(boolean value)
Sets the value of the 'Static' attribute.

Parameters:
value - the new value of the 'Static' attribute.
See Also:
isStatic()
EMF generated code

isExtension

boolean isExtension()
Returns the value of the 'Extension' attribute.

If the meaning of the 'Extension' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Extension' attribute.
See Also:
setExtension(boolean), XtendPackage.getXtendImport_Extension()
EMF generated code
EMF model element

setExtension

void setExtension(boolean value)
Sets the value of the 'Extension' attribute.

Parameters:
value - the new value of the 'Extension' attribute.
See Also:
isExtension()
EMF generated code

getImportedType

JvmType getImportedType()
Returns the value of the 'Imported Type' reference.

If the meaning of the 'Imported Type' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Imported Type' reference.
See Also:
setImportedType(JvmType), XtendPackage.getXtendImport_ImportedType()
EMF generated code
EMF model element

setImportedType

void setImportedType(JvmType value)
Sets the value of the 'Imported Type' reference.

Parameters:
value - the new value of the 'Imported Type' reference.
See Also:
getImportedType()
EMF generated code

isWildcard

boolean isWildcard()

EMF generated code
EMF model element
kind="operation"

getImportedTypeName

java.lang.String getImportedTypeName()

EMF generated code
EMF model element
kind="operation"