Package com._1c.g5.v8.dt.bp.scheme.model
Interface Case
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CaseImpl
public interface Case extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Case'.The following features are supported:
- See Also:
ModelPackage.getCase()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetBackColor()Returns the value of the 'Back Color' containment reference.org.eclipse.emf.common.util.EMap<String,String>getDescription()Returns the value of the 'Description' map.StringgetName()Returns the value of the 'Name' attribute.voidsetBackColor(Color value)Sets the value of the 'Back Color' containment reference.voidsetName(String value)Sets the value of the 'Name' attribute.
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),ModelPackage.getCase_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()
-
getDescription
org.eclipse.emf.common.util.EMap<String,String> getDescription()
Returns the value of the 'Description' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Description' map.
- See Also:
ModelPackage.getCase_Description()
-
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.getCase_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()
-
-