org.eclipse.jst.j2ee.webservice.jaxrpcmap
Interface ConstructorParameterOrder

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

public interface ConstructorParameterOrder
extends J2EEEObject

A representation of the model object 'Constructor Parameter Order'. The constructor-parameter-order element defines the order that complexType element values are applied to a Java exception constructor. Element names are specified for each parameter of the constructor, including element names of inherited types if necessary. Used in: exception-mapping

The following features are supported:

See Also:
JaxrpcmapPackage.getConstructorParameterOrder()

Method Summary
 org.eclipse.emf.common.util.EList getElementNames()
          Returns the value of the 'Element Names' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 void setId(java.lang.String value)
          Sets the value of the 'Id' 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

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), JaxrpcmapPackage.getConstructorParameterOrder_Id()

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

getElementNames

org.eclipse.emf.common.util.EList getElementNames()
Returns the value of the 'Element Names' containment reference list. The list contents are of type ElementName.

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

Returns:
the value of the 'Element Names' containment reference list.
See Also:
JaxrpcmapPackage.getConstructorParameterOrder_ElementNames()