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


public interface ContainerTransactionType

A representation of the model object 'Container Transaction Type'. The container-transactionType specifies how the container must manage transaction scopes for the enterprise bean's method invocations. It defines an optional description, a list of method elements, and a transaction attribute. The transaction attribute is to be applied to all the specified methods.

The following features are supported:

See Also:
EjbJar30Package.getContainerTransactionType()
Generated:
Model:
extendedMetaData="name='container-transactionType' 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.
  getMethod()
          Returns the value of the 'Method' containment reference list.
 TransAttributeType getTransAttribute()
          Returns the value of the 'Trans Attribute' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setTransAttribute(TransAttributeType value)
          Sets the value of the 'Trans Attribute' containment reference.
 

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.getContainerTransactionType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='http://java.sun.com/xml/ns/javaee'"

getMethod

 getMethod()
Returns the value of the 'Method' containment reference list. The list contents are of type MethodType.

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

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

getTransAttribute

TransAttributeType getTransAttribute()
Returns the value of the 'Trans Attribute' containment reference.

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

Returns:
the value of the 'Trans Attribute' containment reference.
See Also:
setTransAttribute(TransAttributeType), EjbJar30Package.getContainerTransactionType_TransAttribute()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='trans-attribute' namespace='http://java.sun.com/xml/ns/javaee'"

setTransAttribute

void setTransAttribute(TransAttributeType value)
Sets the value of the 'Trans Attribute' containment reference.

Parameters:
value - the new value of the 'Trans Attribute' containment reference.
See Also:
getTransAttribute()
Generated:

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.getContainerTransactionType_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: