public interface InterceptorBindingType
The following features are supported:
EjbJar31Package.getInterceptorBindingType()| Modifier and Type | Method and Description |
|---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list.
|
String |
getEjbName()
Returns the value of the 'Ejb Name' containment reference.
|
TrueFalseType |
getExcludeClassInterceptors()
Returns the value of the 'Exclude Class Interceptors' containment reference.
|
TrueFalseType |
getExcludeDefaultInterceptors()
Returns the value of the 'Exclude Default Interceptors' containment reference.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
|
getInterceptorClass()
Returns the value of the 'Interceptor Class' containment reference list.
|
InterceptorOrderType |
getInterceptorOrder()
Returns the value of the 'Interceptor Order' containment reference.
|
NamedMethodType |
getMethod()
Returns the value of the 'Method' containment reference.
|
void |
setEjbName(String value)
Sets the value of the '
Ejb Name' containment reference. |
void |
setExcludeClassInterceptors(TrueFalseType value)
Sets the value of the '
Exclude Class Interceptors' containment reference. |
void |
setExcludeDefaultInterceptors(TrueFalseType value)
Sets the value of the '
Exclude Default Interceptors' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setInterceptorOrder(InterceptorOrderType value)
Sets the value of the '
Interceptor Order' containment reference. |
void |
setMethod(NamedMethodType value)
Sets the value of the '
Method' containment reference. |
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getInterceptorBindingType_Description()String getEjbName()
If the meaning of the 'Ejb Name' containment reference isn't clear, there really should be more of a description here...
setEjbName(org.eclipse.modisco.jee.ejbjar.EjbJar31.String),
EjbJar31Package.getInterceptorBindingType_EjbName()void setEjbName(String value)
Ejb Name' containment reference.
value - the new value of the 'Ejb Name' containment reference.getEjbName()getInterceptorClass()
FullyQualifiedClassType.
If the meaning of the 'Interceptor Class' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getInterceptorBindingType_InterceptorClass()InterceptorOrderType getInterceptorOrder()
If the meaning of the 'Interceptor Order' containment reference isn't clear, there really should be more of a description here...
setInterceptorOrder(InterceptorOrderType),
EjbJar31Package.getInterceptorBindingType_InterceptorOrder()void setInterceptorOrder(InterceptorOrderType value)
Interceptor Order' containment reference.
value - the new value of the 'Interceptor Order' containment reference.getInterceptorOrder()TrueFalseType getExcludeDefaultInterceptors()
If the meaning of the 'Exclude Default Interceptors' containment reference isn't clear, there really should be more of a description here...
setExcludeDefaultInterceptors(TrueFalseType),
EjbJar31Package.getInterceptorBindingType_ExcludeDefaultInterceptors()void setExcludeDefaultInterceptors(TrueFalseType value)
Exclude Default Interceptors' containment reference.
value - the new value of the 'Exclude Default Interceptors' containment reference.getExcludeDefaultInterceptors()TrueFalseType getExcludeClassInterceptors()
If the meaning of the 'Exclude Class Interceptors' containment reference isn't clear, there really should be more of a description here...
setExcludeClassInterceptors(TrueFalseType),
EjbJar31Package.getInterceptorBindingType_ExcludeClassInterceptors()void setExcludeClassInterceptors(TrueFalseType value)
Exclude Class Interceptors' containment reference.
value - the new value of the 'Exclude Class Interceptors' containment reference.getExcludeClassInterceptors()NamedMethodType getMethod()
If the meaning of the 'Method' containment reference isn't clear, there really should be more of a description here...
setMethod(NamedMethodType),
EjbJar31Package.getInterceptorBindingType_Method()void setMethod(NamedMethodType value)
Method' containment reference.
value - the new value of the 'Method' containment reference.getMethod()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
EjbJar31Package.getInterceptorBindingType_Id()