public class ImportTypeImpl extends TypeImpl implements ImportType
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected boolean |
autoresolve
The cached value of the '
Autoresolve ' attribute. |
protected static boolean |
AUTORESOLVE_EDEFAULT
The default value of the '
Autoresolve ' attribute. |
protected static java.lang.String |
MODEL_INTERPRETER_ID_EDEFAULT
The default value of the '
Model Interpreter Id ' attribute. |
protected java.lang.String |
modelInterpreterId
The cached value of the '
Model Interpreter Id ' attribute. |
protected static java.lang.String |
REFERENCE_URL_EDEFAULT
The default value of the '
Reference URL ' attribute. |
protected java.lang.String |
referenceURL
The cached value of the '
Reference URL ' attribute. |
protected java.lang.String |
url
The cached value of the '
Url ' attribute. |
protected static java.lang.String |
URL_EDEFAULT
The default value of the '
Url ' attribute. |
abstract_, ABSTRACT_EDEFAULT, domainModel, referencedVariables, superType, visualType
id, ID_EDEFAULT, name, NAME_EDEFAULT, synched, SYNCHED_EDEFAULT, tags
Modifier | Constructor and Description |
---|---|
protected |
ImportTypeImpl() |
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) |
java.lang.String |
getModelInterpreterId() |
java.lang.String |
getReferenceURL() |
java.lang.String |
getUrl() |
boolean |
isAutoresolve() |
void |
setAutoresolve(boolean newAutoresolve) |
void |
setModelInterpreterId(java.lang.String newModelInterpreterId) |
void |
setReferenceURL(java.lang.String newReferenceURL) |
void |
setUrl(java.lang.String newUrl) |
java.lang.String |
toString() |
basicGetDomainModel, basicGetVisualType, eInverseAdd, eInverseRemove, eInvoke, extendsType, getDefaultValue, getDomainModel, getReferencedVariables, getSuperType, getVisualType, isAbstract, setAbstract, setDomainModel, setVisualType
getId, getName, getPath, getTags, isSynched, setId, setName, setSynched
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
extendsType, getDefaultValue, getDomainModel, getReferencedVariables, getSuperType, getVisualType, isAbstract, setAbstract, setDomainModel, setVisualType
getId, getName, getPath, getTags, setId, setName
isSynched, setSynched
protected static final java.lang.String URL_EDEFAULT
Url
' attribute.
getUrl()
protected static final java.lang.String REFERENCE_URL_EDEFAULT
Reference URL
' attribute.
getReferenceURL()
protected java.lang.String referenceURL
Reference URL
' attribute.
getReferenceURL()
protected static final java.lang.String MODEL_INTERPRETER_ID_EDEFAULT
Model Interpreter Id
' attribute.
getModelInterpreterId()
protected java.lang.String modelInterpreterId
Model Interpreter Id
' attribute.
getModelInterpreterId()
protected static final boolean AUTORESOLVE_EDEFAULT
Autoresolve
' attribute.
isAutoresolve()
,
Constant Field Valuesprotected boolean autoresolve
Autoresolve
' attribute.
isAutoresolve()
protected EClass eStaticClass()
eStaticClass
in class TypeImpl
public java.lang.String getUrl()
getUrl
in interface ImportType
ImportType.setUrl(String)
,
TypesPackage.getImportType_Url()
public void setUrl(java.lang.String newUrl)
setUrl
in interface ImportType
newUrl
- the new value of the 'Url' attribute.ImportType.getUrl()
public java.lang.String getReferenceURL()
getReferenceURL
in interface ImportType
ImportType.setReferenceURL(String)
,
TypesPackage.getImportType_ReferenceURL()
public void setReferenceURL(java.lang.String newReferenceURL)
setReferenceURL
in interface ImportType
newReferenceURL
- the new value of the 'Reference URL' attribute.ImportType.getReferenceURL()
public java.lang.String getModelInterpreterId()
getModelInterpreterId
in interface ImportType
ImportType.setModelInterpreterId(String)
,
TypesPackage.getImportType_ModelInterpreterId()
public void setModelInterpreterId(java.lang.String newModelInterpreterId)
setModelInterpreterId
in interface ImportType
newModelInterpreterId
- the new value of the 'Model Interpreter Id' attribute.ImportType.getModelInterpreterId()
public boolean isAutoresolve()
isAutoresolve
in interface ImportType
ImportType.setAutoresolve(boolean)
,
TypesPackage.getImportType_Autoresolve()
public void setAutoresolve(boolean newAutoresolve)
setAutoresolve
in interface ImportType
newAutoresolve
- the new value of the 'Autoresolve' attribute.ImportType.isAutoresolve()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)