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.Returns the value of the 'Interface Type' attribute.getName()Returns the value of the 'Name' attribute.Returns the value of the 'V8 Style' attribute.booleanReturns the value of the 'Hyperlink' attribute.booleanReturns the value of the 'Is Template Mode On' attribute.booleanisPrint()Returns the value of the 'Print' attribute.booleanReturns whether the value of the 'Detail Parameter' attribute is set.booleanReturns whether the value of the 'Hyperlink' attribute is set.booleanReturns whether the value of the 'Name' attribute is set.booleanReturns 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.voidsetInterfaceType(InterfaceType value) Sets the value of the 'Interface Type' attribute.voidsetIsTemplateModeOn(boolean value) Sets the value of the 'Is Template Mode On' attribute.voidSets the value of the 'Name' attribute.voidsetPrint(boolean value) Sets the value of the 'Print' attribute.voidsetV8Style(IV8Style value) Sets the value of the 'V8 Style' attribute.voidUnsets the value of the 'Detail Parameter' attribute.voidUnsets the value of the 'Hyperlink' attribute.voidUnsets the value of the 'Name' attribute.voidUnsets 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, eUnsetMethods 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:
-
getInterfaceType
InterfaceType getInterfaceType()Returns the value of the 'Interface Type' attribute. The default value is"Taxi". The literals are from the enumerationInterfaceType.- Returns:
- the value of the 'Interface Type' attribute.
- See Also:
-
setInterfaceType
Sets the value of the 'Interface Type' attribute.- Parameters:
value- the new value of the 'Interface Type' attribute.- See Also:
-
getV8Style
IV8Style getV8Style()Returns the value of the 'V8 Style' attribute.- Returns:
- the value of the 'V8 Style' attribute.
- See Also:
-
setV8Style
Sets the value of the 'V8 Style' attribute.- Parameters:
value- the new value of the 'V8 Style' 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:
-