Package com._1c.g5.v8.dt.v8help.model
Interface V8HelpPage
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
V8HelpPageImpl
public interface V8HelpPage
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Page'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<V8HelpAttribute>
Returns the value of the 'Attributes' reference list.getHost()
Returns the value of the 'Host' attribute.getLink()
Returns the value of the 'Link' attribute.void
Sets the value of the 'Host
' attribute.void
Sets the value of the 'Link
' 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
-
getHost
String getHost()Returns the value of the 'Host' attribute.- Returns:
- the value of the 'Host' attribute.
- See Also:
-
setHost
Sets the value of the 'Host
' attribute.- Parameters:
value
- the new value of the 'Host' attribute.- See Also:
-
getLink
String getLink()Returns the value of the 'Link' attribute.- Returns:
- the value of the 'Link' attribute.
- See Also:
-
setLink
Sets the value of the 'Link
' attribute.- Parameters:
value
- the new value of the 'Link' attribute.- See Also:
-
getAttributes
org.eclipse.emf.common.util.EList<V8HelpAttribute> getAttributes()Returns the value of the 'Attributes' reference list. The list contents are of typeV8HelpAttribute
.- Returns:
- the value of the 'Attributes' reference list.
- See Also:
-