Package com._1c.g5.v8.dt.bp.scheme.model
Interface GraphicalSchemeItem
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Subinterfaces:
- GraphicalSchemeActivity,- GraphicalSchemeCondition,- GraphicalSchemeConnection,- GraphicalSchemeDecoration,- GraphicalSchemeFigure,- GraphicalSchemeSubProcess,- GraphicalSchemeSwitch
 - All Known Implementing Classes:
- GraphicalSchemeActivityImpl,- GraphicalSchemeConditionImpl,- GraphicalSchemeConnectionImpl,- GraphicalSchemeDecorationImpl,- GraphicalSchemeFigureImpl,- GraphicalSchemeItemImpl,- GraphicalSchemeSubProcessImpl,- GraphicalSchemeSwitchImpl
 
 public interface GraphicalSchemeItem extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Graphical Scheme Item'.The following features are supported: - See Also:
- ModelPackage.getGraphicalSchemeItem()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetBackColor()Returns the value of the 'Back Color' containment reference.StringgetCurrentLanguage()Returns the value of the 'Current Language' attribute.org.eclipse.emf.common.util.EList<EventHandler>getEventHandlers()Returns the value of the 'Event Handlers' containment reference list.FontgetFont()Returns the value of the 'Font' containment reference.intgetGroupNumber()Returns the value of the 'Group Number' attribute.HorizontalAligngetHorizontalAlign()Returns the value of the 'Horizontal Align' attribute.intgetId()Returns the value of the 'Id' attribute.GraphicalSchemeItemTypegetItemType()Returns the value of the 'Item Type' attribute.GraphicalSchemeLinegetLine()Returns the value of the 'Line' containment reference.ColorgetLineColor()Returns the value of the 'Line Color' containment reference.StringgetName()Returns the value of the 'Name' attribute.intgetPassageState()Returns the value of the 'Passage State' attribute.GraphicalSchemePictureLocationgetPictureLocation()Returns the value of the 'Picture Location' attribute.UUIDgetPointUUID()Returns the value of the 'Point UUID' attribute.intgetTableCode()Returns the value of the 'Table Code' attribute.intgetTabOrder()Returns the value of the 'Tab Order' attribute.ColorgetTextColor()Returns the value of the 'Text Color' containment reference.org.eclipse.emf.common.util.EMap<String,String>getTitle()Returns the value of the 'Title' map.org.eclipse.emf.common.util.EMap<String,String>getToolTip()Returns the value of the 'Tool Tip' map.VerticalAligngetVerticalAlign()Returns the value of the 'Vertical Align' attribute.intgetZOrder()Returns the value of the 'ZOrder' attribute.booleanisHyperlink()Returns the value of the 'Hyperlink' attribute.booleanisTransparent()Returns the value of the 'Transparent' attribute.voidsetBackColor(Color value)Sets the value of the 'Back Color' containment reference.voidsetCurrentLanguage(String value)Sets the value of the 'Current Language' attribute.voidsetFont(Font value)Sets the value of the 'Font' containment reference.voidsetGroupNumber(int value)Sets the value of the 'Group Number' attribute.voidsetHorizontalAlign(HorizontalAlign value)Sets the value of the 'Horizontal Align' attribute.voidsetHyperlink(boolean value)Sets the value of the 'Hyperlink' attribute.voidsetId(int value)Sets the value of the 'Id' attribute.voidsetItemType(GraphicalSchemeItemType value)Sets the value of the 'Item Type' attribute.voidsetLine(GraphicalSchemeLine value)Sets the value of the 'Line' containment reference.voidsetLineColor(Color value)Sets the value of the 'Line Color' containment reference.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetPassageState(int value)Sets the value of the 'Passage State' attribute.voidsetPictureLocation(GraphicalSchemePictureLocation value)Sets the value of the 'Picture Location' attribute.voidsetPointUUID(UUID value)Sets the value of the 'Point UUID' attribute.voidsetTableCode(int value)Sets the value of the 'Table Code' attribute.voidsetTabOrder(int value)Sets the value of the 'Tab Order' attribute.voidsetTextColor(Color value)Sets the value of the 'Text Color' containment reference.voidsetTransparent(boolean value)Sets the value of the 'Transparent' attribute.voidsetVerticalAlign(VerticalAlign value)Sets the value of the 'Vertical Align' attribute.voidsetZOrder(int value)Sets the value of the 'ZOrder' attribute.
 
- 
- 
- 
Method Detail- 
getItemTypeGraphicalSchemeItemType getItemType() Returns the value of the 'Item Type' attribute. The literals are from the enumerationGraphicalSchemeItemType.- Returns:
- the value of the 'Item Type' attribute.
- See Also:
- GraphicalSchemeItemType,- setItemType(GraphicalSchemeItemType),- ModelPackage.getGraphicalSchemeItem_ItemType()
 
 - 
setItemTypevoid setItemType(GraphicalSchemeItemType value) Sets the value of the 'Item Type' attribute.- Parameters:
- value- the new value of the 'Item Type' attribute.
- See Also:
- GraphicalSchemeItemType,- getItemType()
 
 - 
getIdint getId() Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
- setId(int),- ModelPackage.getGraphicalSchemeItem_Id()
 
 - 
setIdvoid setId(int value) Sets the value of the 'Id' attribute.- Parameters:
- value- the new value of the 'Id' attribute.
- See Also:
- getId()
 
 - 
getNameString getName() Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- setName(String),- ModelPackage.getGraphicalSchemeItem_Name()
 
 - 
setNamevoid setName(String value) Sets the value of the 'Name' attribute.- Parameters:
- value- the new value of the 'Name' attribute.
- See Also:
- getName()
 
 - 
getTitleorg.eclipse.emf.common.util.EMap<String,String> getTitle() - Returns:
- the value of the 'Title' map.
- See Also:
- ModelPackage.getGraphicalSchemeItem_Title()
 
 - 
getToolTiporg.eclipse.emf.common.util.EMap<String,String> getToolTip() Returns the value of the 'Tool Tip' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Tool Tip' map.
- See Also:
- ModelPackage.getGraphicalSchemeItem_ToolTip()
 
 - 
getTabOrderint getTabOrder() Returns the value of the 'Tab Order' attribute.- Returns:
- the value of the 'Tab Order' attribute.
- See Also:
- setTabOrder(int),- ModelPackage.getGraphicalSchemeItem_TabOrder()
 
 - 
setTabOrdervoid setTabOrder(int value) Sets the value of the 'Tab Order' attribute.- Parameters:
- value- the new value of the 'Tab Order' attribute.
- See Also:
- getTabOrder()
 
 - 
getBackColorColor getBackColor() Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
- setBackColor(Color),- ModelPackage.getGraphicalSchemeItem_BackColor()
 
 - 
setBackColorvoid setBackColor(Color value) Sets the value of the 'Back Color' containment reference.- Parameters:
- value- the new value of the 'Back Color' containment reference.
- See Also:
- getBackColor()
 
 - 
getTextColorColor getTextColor() Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
- setTextColor(Color),- ModelPackage.getGraphicalSchemeItem_TextColor()
 
 - 
setTextColorvoid setTextColor(Color value) Sets the value of the 'Text Color' containment reference.- Parameters:
- value- the new value of the 'Text Color' containment reference.
- See Also:
- getTextColor()
 
 - 
getLineColorColor getLineColor() Returns the value of the 'Line Color' containment reference.- Returns:
- the value of the 'Line Color' containment reference.
- See Also:
- setLineColor(Color),- ModelPackage.getGraphicalSchemeItem_LineColor()
 
 - 
setLineColorvoid setLineColor(Color value) Sets the value of the 'Line Color' containment reference.- Parameters:
- value- the new value of the 'Line Color' containment reference.
- See Also:
- getLineColor()
 
 - 
getGroupNumberint getGroupNumber() Returns the value of the 'Group Number' attribute.- Returns:
- the value of the 'Group Number' attribute.
- See Also:
- setGroupNumber(int),- ModelPackage.getGraphicalSchemeItem_GroupNumber()
 
 - 
setGroupNumbervoid setGroupNumber(int value) Sets the value of the 'Group Number' attribute.- Parameters:
- value- the new value of the 'Group Number' attribute.
- See Also:
- getGroupNumber()
 
 - 
getZOrderint getZOrder() Returns the value of the 'ZOrder' attribute.- Returns:
- the value of the 'ZOrder' attribute.
- See Also:
- setZOrder(int),- ModelPackage.getGraphicalSchemeItem_ZOrder()
 
 - 
setZOrdervoid setZOrder(int value) Sets the value of the 'ZOrder' attribute.- Parameters:
- value- the new value of the 'ZOrder' attribute.
- See Also:
- getZOrder()
 
 - 
isHyperlinkboolean isHyperlink() Returns the value of the 'Hyperlink' attribute. The default value is"false".- Returns:
- the value of the 'Hyperlink' attribute.
- See Also:
- setHyperlink(boolean),- ModelPackage.getGraphicalSchemeItem_Hyperlink()
 
 - 
setHyperlinkvoid setHyperlink(boolean value) Sets the value of the 'Hyperlink' attribute.- Parameters:
- value- the new value of the 'Hyperlink' attribute.
- See Also:
- isHyperlink()
 
 - 
isTransparentboolean isTransparent() Returns the value of the 'Transparent' attribute. The default value is"false".- Returns:
- the value of the 'Transparent' attribute.
- See Also:
- setTransparent(boolean),- ModelPackage.getGraphicalSchemeItem_Transparent()
 
 - 
setTransparentvoid setTransparent(boolean value) Sets the value of the 'Transparent' attribute.- Parameters:
- value- the new value of the 'Transparent' attribute.
- See Also:
- isTransparent()
 
 - 
getFontFont getFont() Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
- setFont(Font),- ModelPackage.getGraphicalSchemeItem_Font()
 
 - 
setFontvoid setFont(Font value) Sets the value of the 'Font' containment reference.- Parameters:
- value- the new value of the 'Font' containment reference.
- See Also:
- getFont()
 
 - 
getHorizontalAlignHorizontalAlign getHorizontalAlign() Returns the value of the 'Horizontal Align' attribute. The default value is"Center". The literals are from the enumerationHorizontalAlign.- Returns:
- the value of the 'Horizontal Align' attribute.
- See Also:
- HorizontalAlign,- setHorizontalAlign(HorizontalAlign),- ModelPackage.getGraphicalSchemeItem_HorizontalAlign()
 
 - 
setHorizontalAlignvoid setHorizontalAlign(HorizontalAlign value) Sets the value of the 'Horizontal Align' attribute.- Parameters:
- value- the new value of the 'Horizontal Align' attribute.
- See Also:
- HorizontalAlign,- getHorizontalAlign()
 
 - 
getVerticalAlignVerticalAlign getVerticalAlign() Returns the value of the 'Vertical Align' attribute. The default value is"Center". The literals are from the enumerationVerticalAlign.- Returns:
- the value of the 'Vertical Align' attribute.
- See Also:
- VerticalAlign,- setVerticalAlign(VerticalAlign),- ModelPackage.getGraphicalSchemeItem_VerticalAlign()
 
 - 
setVerticalAlignvoid setVerticalAlign(VerticalAlign value) Sets the value of the 'Vertical Align' attribute.- Parameters:
- value- the new value of the 'Vertical Align' attribute.
- See Also:
- VerticalAlign,- getVerticalAlign()
 
 - 
getPictureLocationGraphicalSchemePictureLocation getPictureLocation() Returns the value of the 'Picture Location' attribute. The default value is"Left". The literals are from the enumerationGraphicalSchemePictureLocation.- Returns:
- the value of the 'Picture Location' attribute.
- See Also:
- GraphicalSchemePictureLocation,- setPictureLocation(GraphicalSchemePictureLocation),- ModelPackage.getGraphicalSchemeItem_PictureLocation()
 
 - 
setPictureLocationvoid setPictureLocation(GraphicalSchemePictureLocation value) Sets the value of the 'Picture Location' attribute.- Parameters:
- value- the new value of the 'Picture Location' attribute.
- See Also:
- GraphicalSchemePictureLocation,- getPictureLocation()
 
 - 
getLineGraphicalSchemeLine getLine() Returns the value of the 'Line' containment reference.- Returns:
- the value of the 'Line' containment reference.
- See Also:
- setLine(GraphicalSchemeLine),- ModelPackage.getGraphicalSchemeItem_Line()
 
 - 
setLinevoid setLine(GraphicalSchemeLine value) Sets the value of the 'Line' containment reference.- Parameters:
- value- the new value of the 'Line' containment reference.
- See Also:
- getLine()
 
 - 
getPointUUIDUUID getPointUUID() Returns the value of the 'Point UUID' attribute. The default value is"".- Returns:
- the value of the 'Point UUID' attribute.
- See Also:
- setPointUUID(UUID),- ModelPackage.getGraphicalSchemeItem_PointUUID()
 
 - 
setPointUUIDvoid setPointUUID(UUID value) Sets the value of the 'Point UUID' attribute.- Parameters:
- value- the new value of the 'Point UUID' attribute.
- See Also:
- getPointUUID()
 
 - 
getPassageStateint getPassageState() Returns the value of the 'Passage State' attribute.- Returns:
- the value of the 'Passage State' attribute.
- See Also:
- setPassageState(int),- ModelPackage.getGraphicalSchemeItem_PassageState()
 
 - 
setPassageStatevoid setPassageState(int value) Sets the value of the 'Passage State' attribute.- Parameters:
- value- the new value of the 'Passage State' attribute.
- See Also:
- getPassageState()
 
 - 
getEventHandlersorg.eclipse.emf.common.util.EList<EventHandler> getEventHandlers() Returns the value of the 'Event Handlers' containment reference list. The list contents are of typeEventHandler.- Returns:
- the value of the 'Event Handlers' containment reference list.
- See Also:
- ModelPackage.getGraphicalSchemeItem_EventHandlers()
 
 - 
getTableCodeint getTableCode() Returns the value of the 'Table Code' attribute.- Returns:
- the value of the 'Table Code' attribute.
- See Also:
- setTableCode(int),- ModelPackage.getGraphicalSchemeItem_TableCode()
 
 - 
setTableCodevoid setTableCode(int value) Sets the value of the 'Table Code' attribute.- Parameters:
- value- the new value of the 'Table Code' attribute.
- See Also:
- getTableCode()
 
 - 
getCurrentLanguageString getCurrentLanguage() Returns the value of the 'Current Language' attribute.- Returns:
- the value of the 'Current Language' attribute.
- See Also:
- setCurrentLanguage(String),- ModelPackage.getGraphicalSchemeItem_CurrentLanguage()
 
 - 
setCurrentLanguagevoid setCurrentLanguage(String value) Sets the value of the 'Current Language' attribute.- Parameters:
- value- the new value of the 'Current Language' attribute.
- See Also:
- getCurrentLanguage()
 
 
- 
 
-