Package com._1c.g5.v8.dt.moxel
Interface Cell
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CellImpl
public interface Cell
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Cell'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Control' containment reference.Returns the value of the 'Detail Parameter' attribute.Returns the value of the 'Detail Value' containment reference.int
Returns the value of the 'Format Index' attribute.Returns the value of the 'Note Drawing' containment reference.Returns the value of the 'Parameter' attribute.Returns the value of the 'Picture Parameter' attribute.getText()
Returns the value of the 'Text' containment reference.getValue()
Returns the value of the 'Value' containment reference.void
Sets the value of the 'Control
' containment reference.void
setDetailParameter
(String value) Sets the value of the 'Detail Parameter
' attribute.void
setDetailValue
(Value value) Sets the value of the 'Detail Value
' containment reference.void
setFormatIndex
(int value) Sets the value of the 'Format Index
' attribute.void
setNoteDrawing
(CommentDrawing value) Sets the value of the 'Note Drawing
' containment reference.void
setParameter
(String value) Sets the value of the 'Parameter
' attribute.void
setPictureParameter
(String value) Sets the value of the 'Picture Parameter
' attribute.void
setText
(LocalString value) Sets the value of the 'Text
' containment reference.void
Sets the value of the 'Value
' 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
-
getFormatIndex
int getFormatIndex()Returns the value of the 'Format Index' attribute.- Returns:
- the value of the 'Format Index' attribute.
- See Also:
-
setFormatIndex
void setFormatIndex(int value) Sets the value of the 'Format Index
' attribute.- Parameters:
value
- the new value of the 'Format Index' attribute.- See Also:
-
getText
LocalString getText()Returns the value of the 'Text' containment reference.- Returns:
- the value of the 'Text' containment reference.
- See Also:
-
setText
Sets the value of the 'Text
' containment reference.- Parameters:
value
- the new value of the 'Text' containment reference.- See Also:
-
getParameter
String getParameter()Returns the value of the 'Parameter' attribute.- Returns:
- the value of the 'Parameter' attribute.
- See Also:
-
setParameter
Sets the value of the 'Parameter
' attribute.- Parameters:
value
- the new value of the 'Parameter' attribute.- See Also:
-
getValue
Value getValue()Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
-
setValue
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
-
getDetailParameter
String getDetailParameter()Returns the value of the 'Detail Parameter' attribute.- Returns:
- the value of the 'Detail Parameter' attribute.
- See Also:
-
setDetailParameter
Sets the value of the 'Detail Parameter
' attribute.- Parameters:
value
- the new value of the 'Detail Parameter' attribute.- See Also:
-
getPictureParameter
String getPictureParameter()Returns the value of the 'Picture Parameter' attribute.- Returns:
- the value of the 'Picture Parameter' attribute.
- See Also:
-
setPictureParameter
Sets the value of the 'Picture Parameter
' attribute.- Parameters:
value
- the new value of the 'Picture Parameter' attribute.- See Also:
-
getDetailValue
Value getDetailValue()Returns the value of the 'Detail Value' containment reference.- Returns:
- the value of the 'Detail Value' containment reference.
- See Also:
-
setDetailValue
Sets the value of the 'Detail Value
' containment reference.- Parameters:
value
- the new value of the 'Detail Value' containment reference.- See Also:
-
getNoteDrawing
CommentDrawing getNoteDrawing()Returns the value of the 'Note Drawing' containment reference.- Returns:
- the value of the 'Note Drawing' containment reference.
- See Also:
-
setNoteDrawing
Sets the value of the 'Note Drawing
' containment reference.- Parameters:
value
- the new value of the 'Note Drawing' containment reference.- See Also:
-
getControl
UnsupportedObjectContent getControl()Returns the value of the 'Control' containment reference.- Returns:
- the value of the 'Control' containment reference.
- See Also:
-
setControl
Sets the value of the 'Control
' containment reference.- Parameters:
value
- the new value of the 'Control' containment reference.- See Also:
-