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:
MoxelPackage.getCell()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnsupportedObjectContent
getControl()
Returns the value of the 'Control' containment reference.String
getDetailParameter()
Returns the value of the 'Detail Parameter' attribute.Value
getDetailValue()
Returns the value of the 'Detail Value' containment reference.int
getFormatIndex()
Returns the value of the 'Format Index' attribute.CommentDrawing
getNoteDrawing()
Returns the value of the 'Note Drawing' containment reference.String
getParameter()
Returns the value of the 'Parameter' attribute.String
getPictureParameter()
Returns the value of the 'Picture Parameter' attribute.LocalString
getText()
Returns the value of the 'Text' containment reference.Value
getValue()
Returns the value of the 'Value' containment reference.void
setControl(UnsupportedObjectContent value)
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
setValue(Value value)
Sets the value of the 'Value
' containment reference.
-
-
-
Method Detail
-
getFormatIndex
int getFormatIndex()
Returns the value of the 'Format Index' attribute.- Returns:
- the value of the 'Format Index' attribute.
- See Also:
setFormatIndex(int)
,MoxelPackage.getCell_FormatIndex()
-
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:
getFormatIndex()
-
getText
LocalString getText()
Returns the value of the 'Text' containment reference.- Returns:
- the value of the 'Text' containment reference.
- See Also:
setText(LocalString)
,MoxelPackage.getCell_Text()
-
setText
void setText(LocalString value)
Sets the value of the 'Text
' containment reference.- Parameters:
value
- the new value of the 'Text' containment reference.- See Also:
getText()
-
getParameter
String getParameter()
Returns the value of the 'Parameter' attribute.- Returns:
- the value of the 'Parameter' attribute.
- See Also:
setParameter(String)
,MoxelPackage.getCell_Parameter()
-
setParameter
void setParameter(String value)
Sets the value of the 'Parameter
' attribute.- Parameters:
value
- the new value of the 'Parameter' attribute.- See Also:
getParameter()
-
getValue
Value getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(Value)
,MoxelPackage.getCell_Value()
-
setValue
void setValue(Value value)
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
getValue()
-
getDetailParameter
String getDetailParameter()
Returns the value of the 'Detail Parameter' attribute.- Returns:
- the value of the 'Detail Parameter' attribute.
- See Also:
setDetailParameter(String)
,MoxelPackage.getCell_DetailParameter()
-
setDetailParameter
void setDetailParameter(String value)
Sets the value of the 'Detail Parameter
' attribute.- Parameters:
value
- the new value of the 'Detail Parameter' attribute.- See Also:
getDetailParameter()
-
getPictureParameter
String getPictureParameter()
Returns the value of the 'Picture Parameter' attribute.- Returns:
- the value of the 'Picture Parameter' attribute.
- See Also:
setPictureParameter(String)
,MoxelPackage.getCell_PictureParameter()
-
setPictureParameter
void setPictureParameter(String value)
Sets the value of the 'Picture Parameter
' attribute.- Parameters:
value
- the new value of the 'Picture Parameter' attribute.- See Also:
getPictureParameter()
-
getDetailValue
Value getDetailValue()
Returns the value of the 'Detail Value' containment reference.- Returns:
- the value of the 'Detail Value' containment reference.
- See Also:
setDetailValue(Value)
,MoxelPackage.getCell_DetailValue()
-
setDetailValue
void setDetailValue(Value value)
Sets the value of the 'Detail Value
' containment reference.- Parameters:
value
- the new value of the 'Detail Value' containment reference.- See Also:
getDetailValue()
-
getNoteDrawing
CommentDrawing getNoteDrawing()
Returns the value of the 'Note Drawing' containment reference.- Returns:
- the value of the 'Note Drawing' containment reference.
- See Also:
setNoteDrawing(CommentDrawing)
,MoxelPackage.getCell_NoteDrawing()
-
setNoteDrawing
void setNoteDrawing(CommentDrawing value)
Sets the value of the 'Note Drawing
' containment reference.- Parameters:
value
- the new value of the 'Note Drawing' containment reference.- See Also:
getNoteDrawing()
-
getControl
UnsupportedObjectContent getControl()
Returns the value of the 'Control' containment reference.- Returns:
- the value of the 'Control' containment reference.
- See Also:
setControl(UnsupportedObjectContent)
,MoxelPackage.getCell_Control()
-
setControl
void setControl(UnsupportedObjectContent value)
Sets the value of the 'Control
' containment reference.- Parameters:
value
- the new value of the 'Control' containment reference.- See Also:
getControl()
-
-