public interface ExternalDomainModel extends DomainModel
The following features are supported:
GeppettoPackage.getExternalDomainModel()
Modifier and Type | Method and Description |
---|---|
FileFormat |
getFileFormat()
Returns the value of the 'File Format' attribute.
|
void |
setFileFormat(FileFormat value)
Sets the value of the '
File Format ' attribute. |
getDomainModel, getFormat, setDomainModel, setFormat
FileFormat getFileFormat()
"ZIP"
.
The literals are from the enumeration FileFormat
.
If the meaning of the 'File Format' attribute isn't clear, there really should be more of a description here...
FileFormat
,
setFileFormat(FileFormat)
,
GeppettoPackage.getExternalDomainModel_FileFormat()
void setFileFormat(FileFormat value)
File Format
' attribute.
value
- the new value of the 'File Format' attribute.FileFormat
,
getFileFormat()