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:
V8HelpPackage.getV8HelpPage()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<V8HelpAttribute>
getAttributes()
Returns the value of the 'Attributes' reference list.String
getHost()
Returns the value of the 'Host' attribute.String
getLink()
Returns the value of the 'Link' attribute.void
setHost(String value)
Sets the value of the 'Host
' attribute.void
setLink(String value)
Sets the value of the 'Link
' attribute.
-
-
-
Method Detail
-
getHost
String getHost()
Returns the value of the 'Host' attribute.- Returns:
- the value of the 'Host' attribute.
- See Also:
setHost(String)
,V8HelpPackage.getV8HelpPage_Host()
-
setHost
void setHost(String value)
Sets the value of the 'Host
' attribute.- Parameters:
value
- the new value of the 'Host' attribute.- See Also:
getHost()
-
getLink
String getLink()
Returns the value of the 'Link' attribute.- Returns:
- the value of the 'Link' attribute.
- See Also:
setLink(String)
,V8HelpPackage.getV8HelpPage_Link()
-
setLink
void setLink(String value)
Sets the value of the 'Link
' attribute.- Parameters:
value
- the new value of the 'Link' attribute.- See Also:
getLink()
-
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:
V8HelpPackage.getV8HelpPage_Attributes()
-
-