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.EObject
A 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 CellReference
getCellReference()
Returns the value of the 'Cell Reference' containment reference.String
getDetailParameter()
Returns the value of the 'Detail Parameter' attribute.String
getName()
Returns the value of the 'Name' attribute.boolean
isHyperlink()
Returns the value of the 'Hyperlink' attribute.boolean
isIsTemplateModeOn()
Returns the value of the 'Is Template Mode On' attribute.boolean
isPrint()
Returns the value of the 'Print' attribute.boolean
isSetDetailParameter()
Returns whether the value of the 'Detail Parameter
' attribute is set.boolean
isSetHyperlink()
Returns whether the value of the 'Hyperlink
' attribute is set.boolean
isSetName()
Returns whether the value of the 'Name
' attribute is set.boolean
isSetPrint()
Returns whether the value of the 'Print
' attribute is set.void
setCellReference(CellReference value)
Sets the value of the 'Cell Reference
' containment reference.void
setDetailParameter(String value)
Sets the value of the 'Detail Parameter
' attribute.void
setHyperlink(boolean value)
Sets the value of the 'Hyperlink
' attribute.void
setIsTemplateModeOn(boolean value)
Sets the value of the 'Is Template Mode On
' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setPrint(boolean value)
Sets the value of the 'Print
' attribute.void
unsetDetailParameter()
Unsets the value of the 'Detail Parameter
' attribute.void
unsetHyperlink()
Unsets the value of the 'Hyperlink
' attribute.void
unsetName()
Unsets the value of the 'Name
' attribute.void
unsetPrint()
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()
-
-