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
public interface PagesGroupExtInfo extends GroupExtInfo
A representation of the model object 'Pages Group Ext Info'.The following features are supported:
- See Also:
FormPackage.getPagesGroupExtInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAssociatedTableElementId()Returns the value of the 'Associated Table Element Id' attribute.ValuegetAssociatedTableElementId8315()Returns the value of the 'Associated Table Element Id8315' containment reference.CurrentRowUsegetCurrentRowUse()Returns the value of the 'Current Row Use' attribute.FormPagesRepresentationgetPagesRepresentation()Returns the value of the 'Pages Representation' attribute.voidsetAssociatedTableElementId(int value)Sets the value of the 'Associated Table Element Id' attribute.voidsetAssociatedTableElementId8315(Value value)Sets the value of the 'Associated Table Element Id8315' containment reference.voidsetCurrentRowUse(CurrentRowUse value)Sets the value of the 'Current Row Use' attribute.voidsetPagesRepresentation(FormPagesRepresentation value)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
-
-
-
-
Method Detail
-
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:
FormPagesRepresentation,setPagesRepresentation(FormPagesRepresentation),FormPackage.getPagesGroupExtInfo_PagesRepresentation()
-
setPagesRepresentation
void setPagesRepresentation(FormPagesRepresentation value)
Sets the value of the 'Pages Representation' attribute.- Parameters:
value- the new value of the 'Pages Representation' attribute.- See Also:
FormPagesRepresentation,getPagesRepresentation()
-
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:
CurrentRowUse,setCurrentRowUse(CurrentRowUse),FormPackage.getPagesGroupExtInfo_CurrentRowUse()
-
setCurrentRowUse
void setCurrentRowUse(CurrentRowUse value)
Sets the value of the 'Current Row Use' attribute.- Parameters:
value- the new value of the 'Current Row Use' attribute.- See Also:
CurrentRowUse,getCurrentRowUse()
-
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(int),FormPackage.getPagesGroupExtInfo_AssociatedTableElementId()
-
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:
getAssociatedTableElementId()
-
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(Value),FormPackage.getPagesGroupExtInfo_AssociatedTableElementId8315()
-
setAssociatedTableElementId8315
void setAssociatedTableElementId8315(Value value)
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:
getAssociatedTableElementId8315()
-
-