Package com._1c.g5.v8.dt.hpwa.model
Interface HomePageWorkAreaColumnItem
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
HomePageWorkAreaColumnItemImpl
public interface HomePageWorkAreaColumnItem extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Home Page Work Area Column Item'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BasicForm
getForm()
Returns the value of the 'Form' reference.int
getHeight()
Returns the value of the 'Height' attribute.AdjustableBoolean
getVisibility()
Returns the value of the 'Visibility' containment reference.void
setForm(BasicForm value)
Sets the value of the 'Form
' reference.void
setHeight(int value)
Sets the value of the 'Height
' attribute.void
setVisibility(AdjustableBoolean value)
Sets the value of the 'Visibility
' containment reference.
-
-
-
Method Detail
-
getForm
BasicForm getForm()
Returns the value of the 'Form' reference.- Returns:
- the value of the 'Form' reference.
- See Also:
setForm(BasicForm)
,HpwaPackage.getHomePageWorkAreaColumnItem_Form()
-
setForm
void setForm(BasicForm value)
Sets the value of the 'Form
' reference.- Parameters:
value
- the new value of the 'Form' reference.- See Also:
getForm()
-
getHeight
int getHeight()
Returns the value of the 'Height' attribute.- Returns:
- the value of the 'Height' attribute.
- See Also:
setHeight(int)
,HpwaPackage.getHomePageWorkAreaColumnItem_Height()
-
setHeight
void setHeight(int value)
Sets the value of the 'Height
' attribute.- Parameters:
value
- the new value of the 'Height' attribute.- See Also:
getHeight()
-
getVisibility
AdjustableBoolean getVisibility()
Returns the value of the 'Visibility' containment reference.- Returns:
- the value of the 'Visibility' containment reference.
- See Also:
setVisibility(AdjustableBoolean)
,HpwaPackage.getHomePageWorkAreaColumnItem_Visibility()
-
setVisibility
void setVisibility(AdjustableBoolean value)
Sets the value of the 'Visibility
' containment reference.- Parameters:
value
- the new value of the 'Visibility' containment reference.- See Also:
getVisibility()
-
-