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.EObjectA 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 BasicFormgetForm()Returns the value of the 'Form' reference.intgetHeight()Returns the value of the 'Height' attribute.AdjustableBooleangetVisibility()Returns the value of the 'Visibility' containment reference.voidsetForm(BasicForm value)Sets the value of the 'Form' reference.voidsetHeight(int value)Sets the value of the 'Height' attribute.voidsetVisibility(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()
-
-