public interface ApplicationExceptionType
The following features are supported:
EjbJar31Package.getApplicationExceptionType()| Modifier and Type | Method and Description |
|---|---|
FullyQualifiedClassType |
getExceptionClass()
Returns the value of the 'Exception Class' containment reference.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
TrueFalseType |
getInherited()
Returns the value of the 'Inherited' containment reference.
|
TrueFalseType |
getRollback()
Returns the value of the 'Rollback' containment reference.
|
void |
setExceptionClass(FullyQualifiedClassType value)
Sets the value of the '
Exception Class' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setInherited(TrueFalseType value)
Sets the value of the '
Inherited' containment reference. |
void |
setRollback(TrueFalseType value)
Sets the value of the '
Rollback' containment reference. |
FullyQualifiedClassType getExceptionClass()
If the meaning of the 'Exception Class' containment reference isn't clear, there really should be more of a description here...
setExceptionClass(FullyQualifiedClassType),
EjbJar31Package.getApplicationExceptionType_ExceptionClass()void setExceptionClass(FullyQualifiedClassType value)
Exception Class' containment reference.
value - the new value of the 'Exception Class' containment reference.getExceptionClass()TrueFalseType getRollback()
If the meaning of the 'Rollback' containment reference isn't clear, there really should be more of a description here...
setRollback(TrueFalseType),
EjbJar31Package.getApplicationExceptionType_Rollback()void setRollback(TrueFalseType value)
Rollback' containment reference.
value - the new value of the 'Rollback' containment reference.getRollback()TrueFalseType getInherited()
If the meaning of the 'Inherited' containment reference isn't clear, there really should be more of a description here...
setInherited(TrueFalseType),
EjbJar31Package.getApplicationExceptionType_Inherited()void setInherited(TrueFalseType value)
Inherited' containment reference.
value - the new value of the 'Inherited' containment reference.getInherited()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.getApplicationExceptionType_Id()