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


public interface InterceptorOrderType

A representation of the model object 'Interceptor Order Type'. The interceptor-orderType element describes a total ordering of interceptor classes.

The following features are supported:

See Also:
EjbJar30Package.getInterceptorOrderType()
Generated:
Model:
extendedMetaData="name='interceptor-orderType' kind='elementOnly'"

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

Method Detail

getInterceptorClass

 getInterceptorClass()
Returns the value of the 'Interceptor Class' containment reference list. The list contents are of type FullyQualifiedClassType.

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

Returns:
the value of the 'Interceptor Class' containment reference list.
See Also:
EjbJar30Package.getInterceptorOrderType_InterceptorClass()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='interceptor-class' 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.getInterceptorOrderType_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: