public class ExternalDomainModelImpl extends DomainModelImpl implements ExternalDomainModel
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected static FileFormat |
FILE_FORMAT_EDEFAULT
The default value of the '
File Format ' attribute. |
protected FileFormat |
fileFormat
The cached value of the '
File Format ' attribute. |
DOMAIN_MODEL_EDEFAULT, domainModel, format
Modifier | Constructor and Description |
---|---|
protected |
ExternalDomainModelImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
FileFormat |
getFileFormat() |
void |
setFileFormat(FileFormat newFileFormat) |
java.lang.String |
toString() |
basicSetFormat, eInverseRemove, getDomainModel, getFormat, setDomainModel, setFormat
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDomainModel, getFormat, setDomainModel, setFormat
protected static final FileFormat FILE_FORMAT_EDEFAULT
File Format
' attribute.
getFileFormat()
protected FileFormat fileFormat
File Format
' attribute.
getFileFormat()
protected EClass eStaticClass()
eStaticClass
in class DomainModelImpl
public FileFormat getFileFormat()
getFileFormat
in interface ExternalDomainModel
FileFormat
,
ExternalDomainModel.setFileFormat(FileFormat)
,
GeppettoPackage.getExternalDomainModel_FileFormat()
public void setFileFormat(FileFormat newFileFormat)
setFileFormat
in interface ExternalDomainModel
newFileFormat
- the new value of the 'File Format' attribute.FileFormat
,
ExternalDomainModel.getFileFormat()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class DomainModelImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class DomainModelImpl
public void eUnset(int featureID)
eUnset
in class DomainModelImpl
public boolean eIsSet(int featureID)
eIsSet
in class DomainModelImpl
public java.lang.String toString()
toString
in class DomainModelImpl