public interface ModelCheckerInstance extends IdEObject
The following features are supported:
StorePackage.getModelCheckerInstance()| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Returns the value of the 'Code' attribute.
|
byte[] |
getCompiled()
Returns the value of the 'Compiled' attribute.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
String |
getModelCheckerPluginClassName()
Returns the value of the 'Model Checker Plugin Class Name' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
boolean |
isValid()
Returns the value of the 'Valid' attribute.
|
void |
setCode(String value)
Sets the value of the '
Code' attribute. |
void |
setCompiled(byte[] value)
Sets the value of the '
Compiled' attribute. |
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setModelCheckerPluginClassName(String value)
Sets the value of the '
Model Checker Plugin Class Name' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setValid(boolean value)
Sets the value of the '
Valid' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
StorePackage.getModelCheckerInstance_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
StorePackage.getModelCheckerInstance_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()String getCode()
If the meaning of the 'Code' attribute isn't clear, there really should be more of a description here...
setCode(String),
StorePackage.getModelCheckerInstance_Code()void setCode(String value)
Code' attribute.
value - the new value of the 'Code' attribute.getCode()byte[] getCompiled()
If the meaning of the 'Compiled' attribute isn't clear, there really should be more of a description here...
setCompiled(byte[]),
StorePackage.getModelCheckerInstance_Compiled()void setCompiled(byte[] value)
Compiled' attribute.
value - the new value of the 'Compiled' attribute.getCompiled()boolean isValid()
If the meaning of the 'Valid' attribute isn't clear, there really should be more of a description here...
setValid(boolean),
StorePackage.getModelCheckerInstance_Valid()void setValid(boolean value)
Valid' attribute.
value - the new value of the 'Valid' attribute.isValid()String getModelCheckerPluginClassName()
If the meaning of the 'Model Checker Plugin Class Name' attribute isn't clear, there really should be more of a description here...
setModelCheckerPluginClassName(String),
StorePackage.getModelCheckerInstance_ModelCheckerPluginClassName()void setModelCheckerPluginClassName(String value)
Model Checker Plugin Class Name' attribute.
value - the new value of the 'Model Checker Plugin Class Name' attribute.getModelCheckerPluginClassName()Copyright © 2016 OpenSource BIM. All rights reserved.