Package | Description |
---|---|
com.interpss.common.datatype | |
com.interpss.dstab.common.impl | |
com.interpss.dstab.device | |
com.interpss.dstab.device.impl |
Modifier and Type | Method and Description |
---|---|
static ScriptLangEnum |
ScriptLangEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScriptLangEnum[] |
ScriptLangEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ScriptLangEnum |
DStabCommonFactoryImpl.createScriptLangTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
ScriptLangEnum |
ScriptDynamicBranchDevice.getScriptLang()
Returns the value of the 'Script Lang' attribute.
|
ScriptLangEnum |
ScriptDynamicBusDevice.getScriptLang()
Returns the value of the 'Script Lang' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptDynamicBranchDevice.setScriptLang(ScriptLangEnum value)
Sets the value of the '
Script Lang ' attribute. |
void |
ScriptDynamicBusDevice.setScriptLang(ScriptLangEnum value)
Sets the value of the '
Script Lang ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static ScriptLangEnum |
ScriptDynamicBusDeviceImpl.SCRIPT_LANG_EDEFAULT
The default value of the '
Script Lang ' attribute. |
protected static ScriptLangEnum |
ScriptDynamicBranchDeviceImpl.SCRIPT_LANG_EDEFAULT
The default value of the '
Script Lang ' attribute. |
protected ScriptLangEnum |
ScriptDynamicBusDeviceImpl.scriptLang
The cached value of the '
Script Lang ' attribute. |
protected ScriptLangEnum |
ScriptDynamicBranchDeviceImpl.scriptLang
The cached value of the '
Script Lang ' attribute. |
Modifier and Type | Method and Description |
---|---|
ScriptLangEnum |
ScriptDynamicBusDeviceImpl.getScriptLang() |
ScriptLangEnum |
ScriptDynamicBranchDeviceImpl.getScriptLang() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptDynamicBusDeviceImpl.setScriptLang(ScriptLangEnum newScriptLang) |
void |
ScriptDynamicBranchDeviceImpl.setScriptLang(ScriptLangEnum newScriptLang) |