Package com._1c.g5.v8.dt.hpwa.model
Interface HomePageWorkArea
- All Superinterfaces:
AbstractWorkArea
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
HomePageWorkAreaImpl
A representation of the model object 'Home Page Work Area'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<HomePageWorkAreaColumn>
Returns the value of the 'Columns' containment reference list.Returns the value of the 'MA Command Interface Displays' attribute.Returns the value of the 'Working Area Template' attribute.void
Sets the value of the 'MA Command Interface Displays
' attribute.void
Sets the value of the 'Working Area Template
' attribute.boolean
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
-
getWorkingAreaTemplate
WorkingAreaTemplate getWorkingAreaTemplate()Returns the value of the 'Working Area Template' attribute. The literals are from the enumerationWorkingAreaTemplate
.- Returns:
- the value of the 'Working Area Template' attribute.
- See Also:
-
setWorkingAreaTemplate
Sets the value of the 'Working Area Template
' attribute.- Parameters:
value
- the new value of the 'Working Area Template' attribute.- See Also:
-
getMACommandInterfaceDisplays
MACommandInterfaceDisplays getMACommandInterfaceDisplays()Returns the value of the 'MA Command Interface Displays' attribute. The literals are from the enumerationMACommandInterfaceDisplays
.- Returns:
- the value of the 'MA Command Interface Displays' attribute.
- See Also:
-
setMACommandInterfaceDisplays
Sets the value of the 'MA Command Interface Displays
' attribute.- Parameters:
value
- the new value of the 'MA Command Interface Displays' attribute.- See Also:
-
getColumns
org.eclipse.emf.common.util.EList<HomePageWorkAreaColumn> getColumns()Returns the value of the 'Columns' containment reference list. The list contents are of typeHomePageWorkAreaColumn
.- Returns:
- the value of the 'Columns' containment reference list.
- See Also:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)
-