org.eclipse.modisco.jee.ejbjar.EjbJar30
Interface InterceptorsType


public interface InterceptorsType

A representation of the model object 'Interceptors Type'. The interceptorsType element declares one or more interceptor classes used by components within this ejb-jar. The declaration consists of : - An optional description. - One or more interceptor elements.

The following features are supported:

See Also:
EjbJar30Package.getInterceptorsType()
Generated:
Model:
extendedMetaData="name='interceptorsType' kind='elementOnly'"

Method Summary
  getDescription()
          Returns the value of the 'Description' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
  getInterceptor()
          Returns the value of the 'Interceptor' containment reference list.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 

Method Detail

getDescription

 getDescription()
Returns the value of the 'Description' containment reference list. The list contents are of type DescriptionType.

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

Returns:
the value of the 'Description' containment reference list.
See Also:
EjbJar30Package.getInterceptorsType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='http://java.sun.com/xml/ns/javaee'"

getInterceptor

 getInterceptor()
Returns the value of the 'Interceptor' containment reference list. The list contents are of type InterceptorType.

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

Returns:
the value of the 'Interceptor' containment reference list.
See Also:
EjbJar30Package.getInterceptorsType_Interceptor()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='interceptor' namespace='http://java.sun.com/xml/ns/javaee'"

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), EjbJar30Package.getInterceptorsType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='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()
Generated: