Package com._1c.g5.v8.dt.bp.scheme.model
Interface GraphicalSchemeSwitch
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- GraphicalSchemeFigure,- GraphicalSchemeItem,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- GraphicalSchemeSwitchImpl
 
 public interface GraphicalSchemeSwitch extends GraphicalSchemeFigure A representation of the model object 'Graphical Scheme Switch'.The following features are supported: - See Also:
- ModelPackage.getGraphicalSchemeSwitch()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Case>getCases()Returns the value of the 'Cases' containment reference list.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.dt.bp.scheme.model.GraphicalSchemeFiguregetBounds, getPicture, getPictureSize, setBounds, setPicture, setPictureSize
 - 
Methods inherited from interface com._1c.g5.v8.dt.bp.scheme.model.GraphicalSchemeItemgetBackColor, getCurrentLanguage, getEventHandlers, getFont, getGroupNumber, getHorizontalAlign, getId, getItemType, getLine, getLineColor, getName, getPassageState, getPictureLocation, getPointUUID, getTableCode, getTabOrder, getTextColor, getTitle, getToolTip, getVerticalAlign, getZOrder, isHyperlink, isTransparent, setBackColor, setCurrentLanguage, setFont, setGroupNumber, setHorizontalAlign, setHyperlink, setId, setItemType, setLine, setLineColor, setName, setPassageState, setPictureLocation, setPointUUID, setTableCode, setTabOrder, setTextColor, setTransparent, setVerticalAlign, setZOrder
 
- 
 
- 
- 
- 
Method Detail- 
getCasesorg.eclipse.emf.common.util.EList<Case> getCases() Returns the value of the 'Cases' containment reference list. The list contents are of typeCase.- Returns:
- the value of the 'Cases' containment reference list.
- See Also:
- ModelPackage.getGraphicalSchemeSwitch_Cases()
 
 
- 
 
-