public class ScriptModuleImpl extends EObjectImpl implements ScriptModule
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
code
The cached value of the '
Code' attribute. |
protected static java.lang.String |
CODE_EDEFAULT
The default value of the '
Code' attribute. |
protected static java.lang.String |
CODE_URI_EDEFAULT
The default value of the '
Code Uri' attribute. |
protected java.lang.String |
codeUri
The cached value of the '
Code Uri' attribute. |
protected static java.lang.String |
SCRIPT_LANGUAGE_EDEFAULT
The default value of the '
Script Language' attribute. |
protected java.lang.String |
scriptLanguage
The cached value of the '
Script Language' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
ScriptModuleImpl() |
| 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 |
getCode() |
java.lang.String |
getCodeUri() |
java.lang.String |
getScriptLanguage() |
void |
setCode(java.lang.String newCode) |
void |
setCodeUri(java.lang.String newCodeUri) |
void |
setScriptLanguage(java.lang.String newScriptLanguage) |
java.lang.String |
toString() |
protected static final java.lang.String SCRIPT_LANGUAGE_EDEFAULT
Script Language' attribute.
getScriptLanguage()protected java.lang.String scriptLanguage
Script Language' attribute.
getScriptLanguage()protected static final java.lang.String CODE_EDEFAULT
Code' attribute.
getCode()protected static final java.lang.String CODE_URI_EDEFAULT
Code Uri' attribute.
getCodeUri()protected java.lang.String codeUri
Code Uri' attribute.
getCodeUri()protected EClass eStaticClass()
public java.lang.String getScriptLanguage()
getScriptLanguage in interface ScriptModuleScriptModule.setScriptLanguage(String),
DetailViewPackage.getScriptModule_ScriptLanguage()public void setScriptLanguage(java.lang.String newScriptLanguage)
setScriptLanguage in interface ScriptModulenewScriptLanguage - the new value of the 'Script Language' attribute.ScriptModule.getScriptLanguage()public java.lang.String getCode()
getCode in interface ScriptModuleScriptModule.setCode(String),
DetailViewPackage.getScriptModule_Code()public void setCode(java.lang.String newCode)
setCode in interface ScriptModulenewCode - the new value of the 'Code' attribute.ScriptModule.getCode()public java.lang.String getCodeUri()
getCodeUri in interface ScriptModuleScriptModule.setCodeUri(String),
DetailViewPackage.getScriptModule_CodeUri()public void setCodeUri(java.lang.String newCodeUri)
setCodeUri in interface ScriptModulenewCodeUri - the new value of the 'Code Uri' attribute.ScriptModule.getCodeUri()public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0