Package com._1c.g5.v8.dt.form.model
Interface AdditionContainer
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
PDFDocumentFieldExtInfo
,Table
- All Known Implementing Classes:
PDFDocumentFieldExtInfoImpl
,TableImpl
public interface AdditionContainer extends IBmObject
A representation of the model object 'Addition Container'.The following features are supported:
- See Also:
FormPackage.getAdditionContainer()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Addition
getSearchControlAddition()
Returns the value of the 'Search Control Addition' containment reference.Addition
getSearchStringAddition()
Returns the value of the 'Search String Addition' containment reference.Addition
getViewStatusAddition()
Returns the value of the 'View Status Addition' containment reference.void
setSearchControlAddition(Addition value)
Sets the value of the 'Search Control Addition
' containment reference.void
setSearchStringAddition(Addition value)
Sets the value of the 'Search String Addition
' containment reference.void
setViewStatusAddition(Addition value)
Sets the value of the 'View Status Addition
' 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 com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getSearchStringAddition
Addition getSearchStringAddition()
Returns the value of the 'Search String Addition' containment reference.- Returns:
- the value of the 'Search String Addition' containment reference.
- See Also:
setSearchStringAddition(Addition)
,FormPackage.getAdditionContainer_SearchStringAddition()
-
setSearchStringAddition
void setSearchStringAddition(Addition value)
Sets the value of the 'Search String Addition
' containment reference.- Parameters:
value
- the new value of the 'Search String Addition' containment reference.- See Also:
getSearchStringAddition()
-
getViewStatusAddition
Addition getViewStatusAddition()
Returns the value of the 'View Status Addition' containment reference.- Returns:
- the value of the 'View Status Addition' containment reference.
- See Also:
setViewStatusAddition(Addition)
,FormPackage.getAdditionContainer_ViewStatusAddition()
-
setViewStatusAddition
void setViewStatusAddition(Addition value)
Sets the value of the 'View Status Addition
' containment reference.- Parameters:
value
- the new value of the 'View Status Addition' containment reference.- See Also:
getViewStatusAddition()
-
getSearchControlAddition
Addition getSearchControlAddition()
Returns the value of the 'Search Control Addition' containment reference.- Returns:
- the value of the 'Search Control Addition' containment reference.
- See Also:
setSearchControlAddition(Addition)
,FormPackage.getAdditionContainer_SearchControlAddition()
-
setSearchControlAddition
void setSearchControlAddition(Addition value)
Sets the value of the 'Search Control Addition
' containment reference.- Parameters:
value
- the new value of the 'Search Control Addition' containment reference.- See Also:
getSearchControlAddition()
-
-