Package bpsim
Interface Calendar
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CalendarImpl
public interface Calendar extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Calendar'.The following features are supported:
- See Also:
BpsimPackage.getCalendar()- Generated code
- Model
- extendedMetaData="name='Calendar' kind='simple'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Returns the value of the 'Id' attribute.StringgetName()Returns the value of the 'Name' attribute.StringgetValue()Returns the value of the 'Value' attribute.voidsetId(String value)Sets the value of the 'Id' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetValue(String value)Sets the value of the 'Value' attribute.
-
-
-
Method Detail
-
getValue
String getValue()
Returns the value of the 'Value' attribute.If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(String),BpsimPackage.getCalendar_Value()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="name=':0' kind='simple'"
-
setValue
void setValue(String value)
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
getValue()- Generated code
-
getId
String getId()
Returns the value of the 'Id' attribute.If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(String),BpsimPackage.getCalendar_Id()- Generated code
- Model
- id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"
-
setId
void setId(String value)
Sets the value of the 'Id' attribute.- Parameters:
value- the new value of the 'Id' attribute.- See Also:
getId()- Generated code
-
getName
String getName()
Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),BpsimPackage.getCalendar_Name()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='name'"
-
-