Package com._1c.g5.v8.dt.moxel.content
Interface BaseDrawingProperties
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Subinterfaces:
- BaseDrawingWithBackgroundProperties,- EllipseDrawingProperties,- GroupDrawingProperties,- LineDrawingProperties,- PictureDrawingProperties,- RectangleDrawingProperties,- TextDrawingProperties
 - All Known Implementing Classes:
- BaseDrawingPropertiesImpl,- BaseDrawingWithBackgroundPropertiesImpl,- EllipseDrawingPropertiesImpl,- GroupDrawingPropertiesImpl,- LineDrawingPropertiesImpl,- PictureDrawingPropertiesImpl,- RectangleDrawingPropertiesImpl,- TextDrawingPropertiesImpl
 
 public interface BaseDrawingProperties extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Base Drawing Properties'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CellReferencegetCellReference()Returns the value of the 'Cell Reference' containment reference.StringgetDetailParameter()Returns the value of the 'Detail Parameter' attribute.StringgetName()Returns the value of the 'Name' attribute.booleanisHyperlink()Returns the value of the 'Hyperlink' attribute.booleanisIsTemplateModeOn()Returns the value of the 'Is Template Mode On' attribute.booleanisPrint()Returns the value of the 'Print' attribute.booleanisSetDetailParameter()Returns whether the value of the 'Detail Parameter' attribute is set.booleanisSetHyperlink()Returns whether the value of the 'Hyperlink' attribute is set.booleanisSetName()Returns whether the value of the 'Name' attribute is set.booleanisSetPrint()Returns whether the value of the 'Print' attribute is set.voidsetCellReference(CellReference value)Sets the value of the 'Cell Reference' containment reference.voidsetDetailParameter(String value)Sets the value of the 'Detail Parameter' attribute.voidsetHyperlink(boolean value)Sets the value of the 'Hyperlink' attribute.voidsetIsTemplateModeOn(boolean value)Sets the value of the 'Is Template Mode On' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetPrint(boolean value)Sets the value of the 'Print' attribute.voidunsetDetailParameter()Unsets the value of the 'Detail Parameter' attribute.voidunsetHyperlink()Unsets the value of the 'Hyperlink' attribute.voidunsetName()Unsets the value of the 'Name' attribute.voidunsetPrint()Unsets the value of the 'Print' attribute.
 
- 
- 
- 
Method Detail- 
getNameString getName() Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- isSetName(),- unsetName(),- setName(String),- ContentPackage.getBaseDrawingProperties_Name()
 
 - 
setNamevoid setName(String value) Sets the value of the 'Name' attribute.- Parameters:
- value- the new value of the 'Name' attribute.
- See Also:
- isSetName(),- unsetName(),- getName()
 
 - 
unsetNamevoid unsetName() Unsets the value of the 'Name' attribute.- See Also:
- isSetName(),- getName(),- setName(String)
 
 - 
isSetNameboolean isSetName() Returns whether the value of the 'Name' attribute is set.- Returns:
- whether the value of the 'Name' attribute is set.
- See Also:
- unsetName(),- getName(),- setName(String)
 
 - 
isHyperlinkboolean isHyperlink() Returns the value of the 'Hyperlink' attribute.- Returns:
- the value of the 'Hyperlink' attribute.
- See Also:
- isSetHyperlink(),- unsetHyperlink(),- setHyperlink(boolean),- ContentPackage.getBaseDrawingProperties_Hyperlink()
 
 - 
setHyperlinkvoid setHyperlink(boolean value) Sets the value of the 'Hyperlink' attribute.- Parameters:
- value- the new value of the 'Hyperlink' attribute.
- See Also:
- isSetHyperlink(),- unsetHyperlink(),- isHyperlink()
 
 - 
unsetHyperlinkvoid unsetHyperlink() Unsets the value of the 'Hyperlink' attribute.- See Also:
- isSetHyperlink(),- isHyperlink(),- setHyperlink(boolean)
 
 - 
isSetHyperlinkboolean isSetHyperlink() Returns whether the value of the 'Hyperlink' attribute is set.- Returns:
- whether the value of the 'Hyperlink' attribute is set.
- See Also:
- unsetHyperlink(),- isHyperlink(),- setHyperlink(boolean)
 
 - 
isPrintboolean isPrint() Returns the value of the 'Print' attribute.- Returns:
- the value of the 'Print' attribute.
- See Also:
- isSetPrint(),- unsetPrint(),- setPrint(boolean),- ContentPackage.getBaseDrawingProperties_Print()
 
 - 
setPrintvoid setPrint(boolean value) Sets the value of the 'Print' attribute.- Parameters:
- value- the new value of the 'Print' attribute.
- See Also:
- isSetPrint(),- unsetPrint(),- isPrint()
 
 - 
unsetPrintvoid unsetPrint() Unsets the value of the 'Print' attribute.- See Also:
- isSetPrint(),- isPrint(),- setPrint(boolean)
 
 - 
isSetPrintboolean isSetPrint() Returns whether the value of the 'Print' attribute is set.- Returns:
- whether the value of the 'Print' attribute is set.
- See Also:
- unsetPrint(),- isPrint(),- setPrint(boolean)
 
 - 
getDetailParameterString getDetailParameter() Returns the value of the 'Detail Parameter' attribute.- Returns:
- the value of the 'Detail Parameter' attribute.
- See Also:
- isSetDetailParameter(),- unsetDetailParameter(),- setDetailParameter(String),- ContentPackage.getBaseDrawingProperties_DetailParameter()
 
 - 
setDetailParametervoid setDetailParameter(String value) Sets the value of the 'Detail Parameter' attribute.- Parameters:
- value- the new value of the 'Detail Parameter' attribute.
- See Also:
- isSetDetailParameter(),- unsetDetailParameter(),- getDetailParameter()
 
 - 
unsetDetailParametervoid unsetDetailParameter() Unsets the value of the 'Detail Parameter' attribute.
 - 
isSetDetailParameterboolean isSetDetailParameter() Returns whether the value of the 'Detail Parameter' attribute is set.- Returns:
- whether the value of the 'Detail Parameter' attribute is set.
- See Also:
- unsetDetailParameter(),- getDetailParameter(),- setDetailParameter(String)
 
 - 
isIsTemplateModeOnboolean isIsTemplateModeOn() Returns the value of the 'Is Template Mode On' attribute.- Returns:
- the value of the 'Is Template Mode On' attribute.
- See Also:
- setIsTemplateModeOn(boolean),- ContentPackage.getBaseDrawingProperties_IsTemplateModeOn()
 
 - 
setIsTemplateModeOnvoid setIsTemplateModeOn(boolean value) Sets the value of the 'Is Template Mode On' attribute.- Parameters:
- value- the new value of the 'Is Template Mode On' attribute.
- See Also:
- isIsTemplateModeOn()
 
 - 
getCellReferenceCellReference getCellReference() Returns the value of the 'Cell Reference' containment reference.- Returns:
- the value of the 'Cell Reference' containment reference.
- See Also:
- setCellReference(CellReference),- ContentPackage.getBaseDrawingProperties_CellReference()
 
 - 
setCellReferencevoid setCellReference(CellReference value) Sets the value of the 'Cell Reference' containment reference.- Parameters:
- value- the new value of the 'Cell Reference' containment reference.
- See Also:
- getCellReference()
 
 
- 
 
-