Package org.nasdanika.html.model.html
Interface ScriptReference
-
- All Known Implementing Classes:
ScriptReferenceImpl
public interface ScriptReference extends ModelElement
A representation of the model object 'Script Reference'. References external script.The following features are supported:
- See Also:
HtmlPackage.getScriptReference()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSrc()Returns the value of the 'Src' attribute.voidsetSrc(String value)Sets the value of the 'Src' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.nasdanika.ncore.Marked
getMarkers
-
Methods inherited from interface org.nasdanika.ncore.ModelElement
getActionPrototype, getDescription, getUri, getUuid, setActionPrototype, setDescription, setUri, setUuid
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getSrc
String getSrc()
Returns the value of the 'Src' attribute. Script URL.- Returns:
- the value of the 'Src' attribute.
- See Also:
setSrc(String),HtmlPackage.getScriptReference_Src()
-
-