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 Summary
All 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
-
getItemType
GraphicalSchemeItemType 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()
-
setItemType
void 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()
-
getId
int getId()
Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(int),ModelPackage.getGraphicalSchemeItem_Id()
-
setId
void setId(int value)
Sets the value of the 'Id' attribute.- Parameters:
value- the new value of the 'Id' attribute.- See Also:
getId()
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),ModelPackage.getGraphicalSchemeItem_Name()
-
setName
void setName(String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getTitle
org.eclipse.emf.common.util.EMap<String,String> getTitle()
- Returns:
- the value of the 'Title' map.
- See Also:
ModelPackage.getGraphicalSchemeItem_Title()
-
getToolTip
org.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()
-
getTabOrder
int getTabOrder()
Returns the value of the 'Tab Order' attribute.- Returns:
- the value of the 'Tab Order' attribute.
- See Also:
setTabOrder(int),ModelPackage.getGraphicalSchemeItem_TabOrder()
-
setTabOrder
void setTabOrder(int value)
Sets the value of the 'Tab Order' attribute.- Parameters:
value- the new value of the 'Tab Order' attribute.- See Also:
getTabOrder()
-
getBackColor
Color 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()
-
setBackColor
void 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()
-
getTextColor
Color 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()
-
setTextColor
void 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()
-
getLineColor
Color 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()
-
setLineColor
void 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()
-
getGroupNumber
int getGroupNumber()
Returns the value of the 'Group Number' attribute.- Returns:
- the value of the 'Group Number' attribute.
- See Also:
setGroupNumber(int),ModelPackage.getGraphicalSchemeItem_GroupNumber()
-
setGroupNumber
void setGroupNumber(int value)
Sets the value of the 'Group Number' attribute.- Parameters:
value- the new value of the 'Group Number' attribute.- See Also:
getGroupNumber()
-
getZOrder
int getZOrder()
Returns the value of the 'ZOrder' attribute.- Returns:
- the value of the 'ZOrder' attribute.
- See Also:
setZOrder(int),ModelPackage.getGraphicalSchemeItem_ZOrder()
-
setZOrder
void setZOrder(int value)
Sets the value of the 'ZOrder' attribute.- Parameters:
value- the new value of the 'ZOrder' attribute.- See Also:
getZOrder()
-
isHyperlink
boolean 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()
-
setHyperlink
void setHyperlink(boolean value)
Sets the value of the 'Hyperlink' attribute.- Parameters:
value- the new value of the 'Hyperlink' attribute.- See Also:
isHyperlink()
-
isTransparent
boolean 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()
-
setTransparent
void setTransparent(boolean value)
Sets the value of the 'Transparent' attribute.- Parameters:
value- the new value of the 'Transparent' attribute.- See Also:
isTransparent()
-
getFont
Font getFont()
Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
setFont(Font),ModelPackage.getGraphicalSchemeItem_Font()
-
setFont
void setFont(Font value)
Sets the value of the 'Font' containment reference.- Parameters:
value- the new value of the 'Font' containment reference.- See Also:
getFont()
-
getHorizontalAlign
HorizontalAlign 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()
-
setHorizontalAlign
void 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()
-
getVerticalAlign
VerticalAlign 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()
-
setVerticalAlign
void 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()
-
getPictureLocation
GraphicalSchemePictureLocation 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()
-
setPictureLocation
void 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()
-
getLine
GraphicalSchemeLine getLine()
Returns the value of the 'Line' containment reference.- Returns:
- the value of the 'Line' containment reference.
- See Also:
setLine(GraphicalSchemeLine),ModelPackage.getGraphicalSchemeItem_Line()
-
setLine
void setLine(GraphicalSchemeLine value)
Sets the value of the 'Line' containment reference.- Parameters:
value- the new value of the 'Line' containment reference.- See Also:
getLine()
-
getPointUUID
UUID 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()
-
setPointUUID
void setPointUUID(UUID value)
Sets the value of the 'Point UUID' attribute.- Parameters:
value- the new value of the 'Point UUID' attribute.- See Also:
getPointUUID()
-
getPassageState
int getPassageState()
Returns the value of the 'Passage State' attribute.- Returns:
- the value of the 'Passage State' attribute.
- See Also:
setPassageState(int),ModelPackage.getGraphicalSchemeItem_PassageState()
-
setPassageState
void setPassageState(int value)
Sets the value of the 'Passage State' attribute.- Parameters:
value- the new value of the 'Passage State' attribute.- See Also:
getPassageState()
-
getEventHandlers
org.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()
-
getTableCode
int getTableCode()
Returns the value of the 'Table Code' attribute.- Returns:
- the value of the 'Table Code' attribute.
- See Also:
setTableCode(int),ModelPackage.getGraphicalSchemeItem_TableCode()
-
setTableCode
void setTableCode(int value)
Sets the value of the 'Table Code' attribute.- Parameters:
value- the new value of the 'Table Code' attribute.- See Also:
getTableCode()
-
getCurrentLanguage
String getCurrentLanguage()
Returns the value of the 'Current Language' attribute.- Returns:
- the value of the 'Current Language' attribute.
- See Also:
setCurrentLanguage(String),ModelPackage.getGraphicalSchemeItem_CurrentLanguage()
-
setCurrentLanguage
void setCurrentLanguage(String value)
Sets the value of the 'Current Language' attribute.- Parameters:
value- the new value of the 'Current Language' attribute.- See Also:
getCurrentLanguage()
-
-