Interface Sitemap
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,SitemapModel
- All Known Implementing Classes:
SitemapImpl
A representation of the model object 'Sitemap'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Widget>
Returns the value of the 'Children' containment reference list.getIcon()
Returns the value of the 'Icon' attribute.getLabel()
Returns the value of the 'Label' attribute.getName()
Returns the value of the 'Name' attribute.void
Sets the value of the 'Icon
' attribute.void
Sets the value of the 'Label
' attribute.void
Sets the value of the 'Name
' 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.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getLabel
String getLabel()Returns the value of the 'Label' attribute.- Returns:
- the value of the 'Label' attribute.
- See Also:
-
setLabel
Sets the value of the 'Label
' attribute.- Parameters:
value
- the new value of the 'Label' attribute.- See Also:
-
getIcon
String getIcon()Returns the value of the 'Icon' attribute.- Returns:
- the value of the 'Icon' attribute.
- See Also:
-
setIcon
Sets the value of the 'Icon
' attribute.- Parameters:
value
- the new value of the 'Icon' attribute.- See Also:
-
getChildren
org.eclipse.emf.common.util.EList<Widget> getChildren()Returns the value of the 'Children' containment reference list. The list contents are of typeWidget
.- Returns:
- the value of the 'Children' containment reference list.
- See Also:
-