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
Modifier and TypeMethodDescriptionReturns the value of the 'Cell Reference' containment reference.Returns the value of the 'Detail Parameter' attribute.getName()
Returns the value of the 'Name' attribute.boolean
Returns the value of the 'Hyperlink' attribute.boolean
Returns the value of the 'Is Template Mode On' attribute.boolean
isPrint()
Returns the value of the 'Print' attribute.boolean
Returns whether the value of the 'Detail Parameter
' attribute is set.boolean
Returns whether the value of the 'Hyperlink
' attribute is set.boolean
Returns whether the value of the 'Name
' attribute is set.boolean
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
Sets the value of the 'Name
' attribute.void
setPrint
(boolean value) Sets the value of the 'Print
' attribute.void
Unsets the value of the 'Detail Parameter
' attribute.void
Unsets the value of the 'Hyperlink
' attribute.void
Unsets the value of the 'Name
' attribute.void
Unsets the value of the 'Print
' attribute.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
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
unsetName
void unsetName()Unsets the value of the 'Name
' attribute.- See Also:
-
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:
-
isHyperlink
boolean isHyperlink()Returns the value of the 'Hyperlink' attribute.- Returns:
- the value of the 'Hyperlink' attribute.
- See Also:
-
setHyperlink
void setHyperlink(boolean value) Sets the value of the 'Hyperlink
' attribute.- Parameters:
value
- the new value of the 'Hyperlink' attribute.- See Also:
-
unsetHyperlink
void unsetHyperlink()Unsets the value of the 'Hyperlink
' attribute. -
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:
-
isPrint
boolean isPrint()Returns the value of the 'Print' attribute.- Returns:
- the value of the 'Print' attribute.
- See Also:
-
setPrint
void setPrint(boolean value) Sets the value of the 'Print
' attribute.- Parameters:
value
- the new value of the 'Print' attribute.- See Also:
-
unsetPrint
void unsetPrint()Unsets the value of the 'Print
' attribute.- See Also:
-
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:
-
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:
-
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:
-
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
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:
-
getCellReference
CellReference getCellReference()Returns the value of the 'Cell Reference' containment reference.- Returns:
- the value of the 'Cell Reference' containment reference.
- See Also:
-
setCellReference
Sets the value of the 'Cell Reference
' containment reference.- Parameters:
value
- the new value of the 'Cell Reference' containment reference.- See Also:
-