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
public interface HomePageWorkArea extends AbstractWorkArea
A representation of the model object 'Home Page Work Area'.The following features are supported:
- See Also:
HpwaPackage.getHomePageWorkArea()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<HomePageWorkAreaColumn>
getColumns()
Returns the value of the 'Columns' containment reference list.MACommandInterfaceDisplays
getMACommandInterfaceDisplays()
Returns the value of the 'MA Command Interface Displays' attribute.WorkingAreaTemplate
getWorkingAreaTemplate()
Returns the value of the 'Working Area Template' attribute.void
setMACommandInterfaceDisplays(MACommandInterfaceDisplays value)
Sets the value of the 'MA Command Interface Displays
' attribute.void
setWorkingAreaTemplate(WorkingAreaTemplate value)
Sets the value of the 'Working Area Template
' attribute.boolean
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
-
-
Method Detail
-
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:
WorkingAreaTemplate
,setWorkingAreaTemplate(WorkingAreaTemplate)
,HpwaPackage.getHomePageWorkArea_WorkingAreaTemplate()
-
setWorkingAreaTemplate
void setWorkingAreaTemplate(WorkingAreaTemplate value)
Sets the value of the 'Working Area Template
' attribute.- Parameters:
value
- the new value of the 'Working Area Template' attribute.- See Also:
WorkingAreaTemplate
,getWorkingAreaTemplate()
-
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:
MACommandInterfaceDisplays
,setMACommandInterfaceDisplays(MACommandInterfaceDisplays)
,HpwaPackage.getHomePageWorkArea_MACommandInterfaceDisplays()
-
setMACommandInterfaceDisplays
void setMACommandInterfaceDisplays(MACommandInterfaceDisplays value)
Sets the value of the 'MA Command Interface Displays
' attribute.- Parameters:
value
- the new value of the 'MA Command Interface Displays' attribute.- See Also:
MACommandInterfaceDisplays
,getMACommandInterfaceDisplays()
-
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:
HpwaPackage.getHomePageWorkArea_Columns()
-
-