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 Summary
All 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
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
isSetName(),unsetName(),setName(String),ContentPackage.getBaseDrawingProperties_Name()
-
setName
void setName(String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
isSetName(),unsetName(),getName()
-
unsetName
void unsetName()
Unsets the value of the 'Name' attribute.- See Also:
isSetName(),getName(),setName(String)
-
isSetName
boolean 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)
-
isHyperlink
boolean isHyperlink()
Returns the value of the 'Hyperlink' attribute.- Returns:
- the value of the 'Hyperlink' attribute.
- See Also:
isSetHyperlink(),unsetHyperlink(),setHyperlink(boolean),ContentPackage.getBaseDrawingProperties_Hyperlink()
-
setHyperlink
void setHyperlink(boolean value)
Sets the value of the 'Hyperlink' attribute.- Parameters:
value- the new value of the 'Hyperlink' attribute.- See Also:
isSetHyperlink(),unsetHyperlink(),isHyperlink()
-
unsetHyperlink
void unsetHyperlink()
Unsets the value of the 'Hyperlink' attribute.- See Also:
isSetHyperlink(),isHyperlink(),setHyperlink(boolean)
-
isSetHyperlink
boolean 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)
-
isPrint
boolean isPrint()
Returns the value of the 'Print' attribute.- Returns:
- the value of the 'Print' attribute.
- See Also:
isSetPrint(),unsetPrint(),setPrint(boolean),ContentPackage.getBaseDrawingProperties_Print()
-
setPrint
void setPrint(boolean value)
Sets the value of the 'Print' attribute.- Parameters:
value- the new value of the 'Print' attribute.- See Also:
isSetPrint(),unsetPrint(),isPrint()
-
unsetPrint
void unsetPrint()
Unsets the value of the 'Print' attribute.- See Also:
isSetPrint(),isPrint(),setPrint(boolean)
-
isSetPrint
boolean 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)
-
getDetailParameter
String 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()
-
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:
isSetDetailParameter(),unsetDetailParameter(),getDetailParameter()
-
unsetDetailParameter
void unsetDetailParameter()
Unsets the value of the 'Detail Parameter' attribute.
-
isSetDetailParameter
boolean 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)
-
isIsTemplateModeOn
boolean 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()
-
setIsTemplateModeOn
void 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()
-
getCellReference
CellReference 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()
-
setCellReference
void 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()
-
-