Package com._1c.g5.v8.dt.moxel.content
Interface CellsProperties
- 
- All Superinterfaces:
- BaseFormattingCellProperties,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- CellsPropertiesImpl
 
 public interface CellsProperties extends BaseFormattingCellProperties A representation of the model object 'Cells Properties'.The following features are supported: - See Also:
- ContentPackage.getCellsProperties()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description UUIDgetControlType()Returns the value of the 'Control Type' attribute.StringgetDetailParameter()Returns the value of the 'Detail Parameter' attribute.StringgetParameter()Returns the value of the 'Parameter' attribute.StringgetPictureParameter()Returns the value of the 'Picture Parameter' attribute.LocalStringgetText()Returns the value of the 'Text' containment reference.ValuegetValue()Returns the value of the 'Value' containment reference.TypeDescriptiongetValueType()Returns the value of the 'Value Type' containment reference.booleanisContainsValue()Returns the value of the 'Contains Value' attribute.booleanisSetContainsValue()Returns whether the value of the 'Contains Value' attribute is set.booleanisSetControlType()Returns whether the value of the 'Control Type' attribute is set.booleanisSetDetailParameter()Returns whether the value of the 'Detail Parameter' attribute is set.booleanisSetParameter()Returns whether the value of the 'Parameter' attribute is set.booleanisSetPictureParameter()Returns whether the value of the 'Picture Parameter' attribute is set.booleanisSetText()Returns whether the value of the 'Text' containment reference is set.booleanisSetValue()Returns whether the value of the 'Value' containment reference is set.booleanisSetValueType()Returns whether the value of the 'Value Type' containment reference is set.voidsetContainsValue(boolean value)Sets the value of the 'Contains Value' attribute.voidsetControlType(UUID value)Sets the value of the 'Control Type' attribute.voidsetDetailParameter(String value)Sets the value of the 'Detail Parameter' attribute.voidsetParameter(String value)Sets the value of the 'Parameter' attribute.voidsetPictureParameter(String value)Sets the value of the 'Picture Parameter' attribute.voidsetText(LocalString value)Sets the value of the 'Text' containment reference.voidsetValue(Value value)Sets the value of the 'Value' containment reference.voidsetValueType(TypeDescription value)Sets the value of the 'Value Type' containment reference.voidunsetContainsValue()Unsets the value of the 'Contains Value' attribute.voidunsetControlType()Unsets the value of the 'Control Type' attribute.voidunsetDetailParameter()Unsets the value of the 'Detail Parameter' attribute.voidunsetParameter()Unsets the value of the 'Parameter' attribute.voidunsetPictureParameter()Unsets the value of the 'Picture Parameter' attribute.voidunsetText()Unsets the value of the 'Text' containment reference.voidunsetValue()Unsets the value of the 'Value' containment reference.voidunsetValueType()Unsets the value of the 'Value Type' containment reference.- 
Methods inherited from interface com._1c.g5.v8.dt.moxel.content.BaseFormattingCellPropertiesgetAreaName, getAutoIndent, getBackColor, getBorderColor, getBottomBorder, getCellReference, getDataFormat, getDetailUse, getEditFormat, getFillType, getFont, getHorizontalAlignment, getIndent, getLeftBorder, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMask, getPattern, getPatternColor, getPicture, getPictureHorizontalAlignment, getPictureSize, getPictureVerticalAlignment, getRightBorder, getSizeChangeMode, getTextColor, getTextOrientation, getTextPlacement, getTextPosition, getTopBorder, getVerticalAlignment, isAutoMarkIncomplete, isBySelectedColumns, isHyperlink, isIsTemplateModeOn, isMarkIncomplete, isMarkNegatives, isProtection, isSetAreaName, isSetAutoIndent, isSetAutoMarkIncomplete, isSetBackColor, isSetBorderColor, isSetBottomBorder, isSetBySelectedColumns, isSetDataFormat, isSetDetailUse, isSetEditFormat, isSetFillType, isSetFont, isSetHorizontalAlignment, isSetHyperlink, isSetIndent, isSetLeftBorder, isSetMarginBottom, isSetMarginLeft, isSetMarginRight, isSetMarginTop, isSetMarkIncomplete, isSetMarkNegatives, isSetMask, isSetPattern, isSetPatternColor, isSetPicture, isSetPictureHorizontalAlignment, isSetPictureSize, isSetPictureVerticalAlignment, isSetProtection, isSetRightBorder, isSetSizeChangeMode, isSetTextColor, isSetTextOrientation, isSetTextPlacement, isSetTextPosition, isSetTopBorder, isSetVerticalAlignment, setAreaName, setAutoIndent, setAutoMarkIncomplete, setBackColor, setBorderColor, setBottomBorder, setBySelectedColumns, setCellReference, setDataFormat, setDetailUse, setEditFormat, setFillType, setFont, setHorizontalAlignment, setHyperlink, setIndent, setIsTemplateModeOn, setLeftBorder, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMarkIncomplete, setMarkNegatives, setMask, setPattern, setPatternColor, setPicture, setPictureHorizontalAlignment, setPictureSize, setPictureVerticalAlignment, setProtection, setRightBorder, setSizeChangeMode, setTextColor, setTextOrientation, setTextPlacement, setTextPosition, setTopBorder, setVerticalAlignment, unsetAreaName, unsetAutoIndent, unsetAutoMarkIncomplete, unsetBackColor, unsetBorderColor, unsetBottomBorder, unsetBySelectedColumns, unsetDataFormat, unsetDetailUse, unsetEditFormat, unsetFillType, unsetFont, unsetHorizontalAlignment, unsetHyperlink, unsetIndent, unsetLeftBorder, unsetMarginBottom, unsetMarginLeft, unsetMarginRight, unsetMarginTop, unsetMarkIncomplete, unsetMarkNegatives, unsetMask, unsetPattern, unsetPatternColor, unsetPicture, unsetPictureHorizontalAlignment, unsetPictureSize, unsetPictureVerticalAlignment, unsetProtection, unsetRightBorder, unsetSizeChangeMode, unsetTextColor, unsetTextOrientation, unsetTextPlacement, unsetTextPosition, unsetTopBorder, unsetVerticalAlignment
 
- 
 
- 
- 
- 
Method Detail- 
isContainsValueboolean isContainsValue() Returns the value of the 'Contains Value' attribute.- Returns:
- the value of the 'Contains Value' attribute.
- See Also:
- isSetContainsValue(),- unsetContainsValue(),- setContainsValue(boolean),- ContentPackage.getCellsProperties_ContainsValue()
 
 - 
setContainsValuevoid setContainsValue(boolean value) Sets the value of the 'Contains Value' attribute.- Parameters:
- value- the new value of the 'Contains Value' attribute.
- See Also:
- isSetContainsValue(),- unsetContainsValue(),- isContainsValue()
 
 - 
unsetContainsValuevoid unsetContainsValue() Unsets the value of the 'Contains Value' attribute.
 - 
isSetContainsValueboolean isSetContainsValue() Returns whether the value of the 'Contains Value' attribute is set.- Returns:
- whether the value of the 'Contains Value' attribute is set.
- See Also:
- unsetContainsValue(),- isContainsValue(),- setContainsValue(boolean)
 
 - 
getValueTypeTypeDescription getValueType() Returns the value of the 'Value Type' containment reference.- Returns:
- the value of the 'Value Type' containment reference.
- See Also:
- isSetValueType(),- unsetValueType(),- setValueType(TypeDescription),- ContentPackage.getCellsProperties_ValueType()
 
 - 
setValueTypevoid setValueType(TypeDescription value) Sets the value of the 'Value Type' containment reference.- Parameters:
- value- the new value of the 'Value Type' containment reference.
- See Also:
- isSetValueType(),- unsetValueType(),- getValueType()
 
 - 
unsetValueTypevoid unsetValueType() Unsets the value of the 'Value Type' containment reference.
 - 
isSetValueTypeboolean isSetValueType() Returns whether the value of the 'Value Type' containment reference is set.- Returns:
- whether the value of the 'Value Type' containment reference is set.
- See Also:
- unsetValueType(),- getValueType(),- setValueType(TypeDescription)
 
 - 
getControlTypeUUID getControlType() Returns the value of the 'Control Type' attribute.- Returns:
- the value of the 'Control Type' attribute.
- See Also:
- isSetControlType(),- unsetControlType(),- setControlType(UUID),- ContentPackage.getCellsProperties_ControlType()
 
 - 
setControlTypevoid setControlType(UUID value) Sets the value of the 'Control Type' attribute.- Parameters:
- value- the new value of the 'Control Type' attribute.
- See Also:
- isSetControlType(),- unsetControlType(),- getControlType()
 
 - 
unsetControlTypevoid unsetControlType() Unsets the value of the 'Control Type' attribute.- See Also:
- isSetControlType(),- getControlType(),- setControlType(UUID)
 
 - 
isSetControlTypeboolean isSetControlType() Returns whether the value of the 'Control Type' attribute is set.- Returns:
- whether the value of the 'Control Type' attribute is set.
- See Also:
- unsetControlType(),- getControlType(),- setControlType(UUID)
 
 - 
getTextLocalString getText() Returns the value of the 'Text' containment reference.- Returns:
- the value of the 'Text' containment reference.
- See Also:
- isSetText(),- unsetText(),- setText(LocalString),- ContentPackage.getCellsProperties_Text()
 
 - 
setTextvoid setText(LocalString value) Sets the value of the 'Text' containment reference.- Parameters:
- value- the new value of the 'Text' containment reference.
- See Also:
- isSetText(),- unsetText(),- getText()
 
 - 
unsetTextvoid unsetText() Unsets the value of the 'Text' containment reference.- See Also:
- isSetText(),- getText(),- setText(LocalString)
 
 - 
isSetTextboolean isSetText() Returns whether the value of the 'Text' containment reference is set.- Returns:
- whether the value of the 'Text' containment reference is set.
- See Also:
- unsetText(),- getText(),- setText(LocalString)
 
 - 
getParameterString getParameter() Returns the value of the 'Parameter' attribute.- Returns:
- the value of the 'Parameter' attribute.
- See Also:
- isSetParameter(),- unsetParameter(),- setParameter(String),- ContentPackage.getCellsProperties_Parameter()
 
 - 
setParametervoid setParameter(String value) Sets the value of the 'Parameter' attribute.- Parameters:
- value- the new value of the 'Parameter' attribute.
- See Also:
- isSetParameter(),- unsetParameter(),- getParameter()
 
 - 
unsetParametervoid unsetParameter() Unsets the value of the 'Parameter' attribute.- See Also:
- isSetParameter(),- getParameter(),- setParameter(String)
 
 - 
isSetParameterboolean isSetParameter() Returns whether the value of the 'Parameter' attribute is set.- Returns:
- whether the value of the 'Parameter' attribute is set.
- See Also:
- unsetParameter(),- getParameter(),- setParameter(String)
 
 - 
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.getCellsProperties_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)
 
 - 
getPictureParameterString getPictureParameter() Returns the value of the 'Picture Parameter' attribute.- Returns:
- the value of the 'Picture Parameter' attribute.
- See Also:
- isSetPictureParameter(),- unsetPictureParameter(),- setPictureParameter(String),- ContentPackage.getCellsProperties_PictureParameter()
 
 - 
setPictureParametervoid setPictureParameter(String value) Sets the value of the 'Picture Parameter' attribute.- Parameters:
- value- the new value of the 'Picture Parameter' attribute.
- See Also:
- isSetPictureParameter(),- unsetPictureParameter(),- getPictureParameter()
 
 - 
unsetPictureParametervoid unsetPictureParameter() Unsets the value of the 'Picture Parameter' attribute.
 - 
isSetPictureParameterboolean isSetPictureParameter() Returns whether the value of the 'Picture Parameter' attribute is set.- Returns:
- whether the value of the 'Picture Parameter' attribute is set.
- See Also:
- unsetPictureParameter(),- getPictureParameter(),- setPictureParameter(String)
 
 - 
getValueValue getValue() Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
- isSetValue(),- unsetValue(),- setValue(Value),- ContentPackage.getCellsProperties_Value()
 
 - 
setValuevoid setValue(Value value) Sets the value of the 'Value' containment reference.- Parameters:
- value- the new value of the 'Value' containment reference.
- See Also:
- isSetValue(),- unsetValue(),- getValue()
 
 - 
unsetValuevoid unsetValue() Unsets the value of the 'Value' containment reference.- See Also:
- isSetValue(),- getValue(),- setValue(Value)
 
 - 
isSetValueboolean isSetValue() Returns whether the value of the 'Value' containment reference is set.- Returns:
- whether the value of the 'Value' containment reference is set.
- See Also:
- unsetValue(),- getValue(),- setValue(Value)
 
 
- 
 
-