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.intReturns the value of the 'Height' attribute.Returns the value of the 'Visibility' containment reference.voidSets 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.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods 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:
-