public interface ProcessAttachmentDataAreaType
The following features are supported:
ContentPackage.getProcessAttachmentDataAreaType()
Modifier and Type | Method and Description |
---|---|
java.util.List |
getAttachment()
Returns the value of the 'Attachment' containment reference list.
|
ProcessType |
getProcess()
Returns the value of the 'Process' containment reference.
|
void |
setProcess(ProcessType value)
Sets the value of the '
Process ' containment reference. |
ProcessType getProcess()
setProcess(ProcessType)
,
ContentPackage.getProcessAttachmentDataAreaType_Process()
void setProcess(ProcessType value)
Process
' containment reference.
value
- the new value of the 'Process' containment reference.getProcess()
java.util.List getAttachment()
AttachmentType
.
The Attachment noun.
ContentPackage.getProcessAttachmentDataAreaType_Attachment()