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
Modifier and TypeMethodDescriptiongetForm()
Returns the value of the 'Form' reference.int
Returns the value of the 'Height' attribute.Returns the value of the 'Visibility' containment reference.void
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.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
-
getForm
BasicForm getForm()Returns the value of the 'Form' reference.- Returns:
- the value of the 'Form' reference.
- See Also:
-
setForm
Sets the value of the 'Form
' reference.- Parameters:
value
- the new value of the 'Form' reference.- See Also:
-
getHeight
int getHeight()Returns the value of the 'Height' attribute.- Returns:
- the value of the 'Height' attribute.
- See Also:
-
setHeight
void setHeight(int value) Sets the value of the 'Height
' attribute.- Parameters:
value
- the new value of the 'Height' attribute.- See Also:
-
getVisibility
AdjustableBoolean getVisibility()Returns the value of the 'Visibility' containment reference.- Returns:
- the value of the 'Visibility' containment reference.
- See Also:
-
setVisibility
Sets the value of the 'Visibility
' containment reference.- Parameters:
value
- the new value of the 'Visibility' containment reference.- See Also:
-