public interface ImportType extends Type
The following features are supported:
TypesPackage.getImportType()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModelInterpreterId()
Returns the value of the 'Model Interpreter Id' attribute.
|
java.lang.String |
getReferenceURL()
Returns the value of the 'Reference URL' attribute.
|
java.lang.String |
getUrl()
Returns the value of the 'Url' attribute.
|
boolean |
isAutoresolve()
Returns the value of the 'Autoresolve' attribute.
|
void |
setAutoresolve(boolean value)
Sets the value of the '
Autoresolve ' attribute. |
void |
setModelInterpreterId(java.lang.String value)
Sets the value of the '
Model Interpreter Id ' attribute. |
void |
setReferenceURL(java.lang.String value)
Sets the value of the '
Reference URL ' attribute. |
void |
setUrl(java.lang.String value)
Sets the value of the '
Url ' attribute. |
extendsType, getDefaultValue, getDomainModel, getReferencedVariables, getSuperType, getVisualType, isAbstract, setAbstract, setDomainModel, setVisualType
getId, getName, getPath, getTags, setId, setName
isSynched, setSynched
java.lang.String getUrl()
If the meaning of the 'Url' attribute isn't clear, there really should be more of a description here...
setUrl(String)
,
TypesPackage.getImportType_Url()
void setUrl(java.lang.String value)
Url
' attribute.
value
- the new value of the 'Url' attribute.getUrl()
java.lang.String getReferenceURL()
If the meaning of the 'Reference URL' attribute isn't clear, there really should be more of a description here...
setReferenceURL(String)
,
TypesPackage.getImportType_ReferenceURL()
void setReferenceURL(java.lang.String value)
Reference URL
' attribute.
value
- the new value of the 'Reference URL' attribute.getReferenceURL()
java.lang.String getModelInterpreterId()
If the meaning of the 'Model Interpreter Id' attribute isn't clear, there really should be more of a description here...
setModelInterpreterId(String)
,
TypesPackage.getImportType_ModelInterpreterId()
void setModelInterpreterId(java.lang.String value)
Model Interpreter Id
' attribute.
value
- the new value of the 'Model Interpreter Id' attribute.getModelInterpreterId()
boolean isAutoresolve()
"true"
.
If the meaning of the 'Autoresolve' attribute isn't clear, there really should be more of a description here...
setAutoresolve(boolean)
,
TypesPackage.getImportType_Autoresolve()
void setAutoresolve(boolean value)
Autoresolve
' attribute.
value
- the new value of the 'Autoresolve' attribute.isAutoresolve()