org.eclipse.jst.j2ee.common
Interface DeploymentExtension

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

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

A representation of the model object 'Deployment Extension'.

The following features are supported:

Since:
1.0
See Also:
org.eclipse.jst.j2ee.common.CommonPackage#getDeploymentExtension()

Method Summary
 org.eclipse.emf.common.util.EList getExtensionElements()
          Returns the value of the 'Extension Elements' containment reference list.
 java.lang.String getNamespace()
          Returns the value of the 'Namespace' attribute
 boolean isMustUnderstand()
          Returns the value of the 'Must Understand' attribute
 void setMustUnderstand(boolean value)
          Sets the value of the 'Must Understand' attribute
 void setNamespace(java.lang.String value)
          Sets the value of the 'Namespace' 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

getNamespace

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

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

Returns:
the value of the 'Namespace' attribute.
See Also:
setNamespace(String), org.eclipse.jst.j2ee.common.CommonPackage#getDeploymentExtension_Namespace()

setNamespace

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

Parameters:
value - the new value of the 'Namespace' attribute.
See Also:
getNamespace()

isMustUnderstand

boolean isMustUnderstand()
Returns the value of the 'Must Understand' attribute.

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

Returns:
the value of the 'Must Understand' attribute.
See Also:
setMustUnderstand(boolean), org.eclipse.jst.j2ee.common.CommonPackage#getDeploymentExtension_MustUnderstand()

setMustUnderstand

void setMustUnderstand(boolean value)
Sets the value of the 'Must Understand' attribute.

Parameters:
value - the new value of the 'Must Understand' attribute.
See Also:
isMustUnderstand()

getExtensionElements

org.eclipse.emf.common.util.EList getExtensionElements()
Returns the value of the 'Extension Elements' containment reference list. The list contents are of type org.eclipse.jst.j2ee.internal.common.ExtensibleType.

If the meaning of the 'Extension Elements' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Extension Elements' containment reference list.
See Also:
org.eclipse.jst.j2ee.common.CommonPackage#getDeploymentExtension_ExtensionElements()