public interface EISHeaderType
The following features are supported:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getEISConnectionSpec()
Returns the value of the 'EIS Connection Spec' containment reference
|
java.lang.Object |
getEISInteractionSpec()
Returns the value of the 'EIS Interaction Spec' containment reference
|
void |
setEISConnectionSpec(java.lang.Object value)
Sets the value of the '
EIS Connection Spec ' containment reference |
void |
setEISInteractionSpec(java.lang.Object value)
Sets the value of the '
EIS Interaction Spec ' containment reference |
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
java.lang.Object getEISInteractionSpec()
setEISInteractionSpec(Object)
void setEISInteractionSpec(java.lang.Object value)
EIS Interaction Spec
' containment reference.
value
- the new value of the 'EIS Interaction Spec' containment reference. Note that
this must be a commonj.sdo.DataObject rather than a simple java.lang.Object.getEISInteractionSpec()
java.lang.Object getEISConnectionSpec()
setEISConnectionSpec(Object)
void setEISConnectionSpec(java.lang.Object value)
EIS Connection Spec
' containment reference.
value
- the new value of the 'EIS Connection Spec' containment reference. Note that
this must be a commonj.sdo.DataObject rather than a simple java.lang.Object.getEISConnectionSpec()