org.eclipse.jst.j2ee.common
Interface DeploymentExtension


public interface DeploymentExtension

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
 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
 

Method Detail

getNamespace

public 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

public 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

public 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

public 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

public 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()