Package org.nasdanika.html.model.html
Interface StylesheetReference
-
- All Known Implementing Classes:
StylesheetReferenceImpl
public interface StylesheetReference extends ModelElement
A representation of the model object 'Stylesheet Reference'. Reference to an external stylesheet.The following features are supported:
- See Also:
HtmlPackage.getStylesheetReference()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTarget()Returns the value of the 'Target' attribute.voidsetTarget(String value)Sets the value of the 'Target' 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
-
getTarget
String getTarget()
Returns the value of the 'Target' attribute. Stylesheet URL.- Returns:
- the value of the 'Target' attribute.
- See Also:
setTarget(String),HtmlPackage.getStylesheetReference_Target()
-
setTarget
void setTarget(String value)
Sets the value of the 'Target' attribute.- Parameters:
value- the new value of the 'Target' attribute.- See Also:
getTarget()
-
-