Package com._1c.g5.v8.dt.form.model
Interface PagesGroupExtInfo
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,EventHandlerContainer
,ExtInfo
,GroupExtInfo
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PagesGroupExtInfoImpl
A representation of the model object 'Pages Group Ext Info'.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of the 'Associated Table Element Id' attribute.Returns the value of the 'Associated Table Element Id8315' containment reference.Returns the value of the 'Current Row Use' attribute.Returns the value of the 'Pages Representation' attribute.void
setAssociatedTableElementId
(int value) Sets the value of the 'Associated Table Element Id
' attribute.void
Sets the value of the 'Associated Table Element Id8315
' containment reference.void
setCurrentRowUse
(CurrentRowUse value) Sets the value of the 'Current Row Use
' attribute.void
Sets the value of the 'Pages Representation
' attribute.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 com._1c.g5.v8.dt.form.model.EventHandlerContainer
getHandlers
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getPagesRepresentation
FormPagesRepresentation getPagesRepresentation()Returns the value of the 'Pages Representation' attribute. The literals are from the enumerationFormPagesRepresentation
.- Returns:
- the value of the 'Pages Representation' attribute.
- See Also:
-
setPagesRepresentation
Sets the value of the 'Pages Representation
' attribute.- Parameters:
value
- the new value of the 'Pages Representation' attribute.- See Also:
-
getCurrentRowUse
CurrentRowUse getCurrentRowUse()Returns the value of the 'Current Row Use' attribute. The literals are from the enumerationCurrentRowUse
.- Returns:
- the value of the 'Current Row Use' attribute.
- See Also:
-
setCurrentRowUse
Sets the value of the 'Current Row Use
' attribute.- Parameters:
value
- the new value of the 'Current Row Use' attribute.- See Also:
-
getAssociatedTableElementId
int getAssociatedTableElementId()Returns the value of the 'Associated Table Element Id' attribute.- Returns:
- the value of the 'Associated Table Element Id' attribute.
- See Also:
-
setAssociatedTableElementId
void setAssociatedTableElementId(int value) Sets the value of the 'Associated Table Element Id
' attribute.- Parameters:
value
- the new value of the 'Associated Table Element Id' attribute.- See Also:
-
getAssociatedTableElementId8315
Value getAssociatedTableElementId8315()Returns the value of the 'Associated Table Element Id8315' containment reference.- Returns:
- the value of the 'Associated Table Element Id8315' containment reference.
- See Also:
-
setAssociatedTableElementId8315
Sets the value of the 'Associated Table Element Id8315
' containment reference.- Parameters:
value
- the new value of the 'Associated Table Element Id8315' containment reference.- See Also:
-