bpsim.Calendar Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Kie Workbench - Common - Stunner - BPMN Definition Set - GWT Support for Eclipse EMF/XMI
/**
*/
package bpsim;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Calendar'.
*
*
*
* The following features are supported:
*
*
* - {@link bpsim.Calendar#getValue Value}
* - {@link bpsim.Calendar#getId Id}
* - {@link bpsim.Calendar#getName Name}
*
*
* @see bpsim.BpsimPackage#getCalendar()
* @model extendedMetaData="name='Calendar' kind='simple'"
* @generated
*/
public interface Calendar extends EObject {
/**
* Returns the value of the 'Value' attribute.
*
*
* @return the value of the 'Value' attribute.
* @see #setValue(String)
* @see bpsim.BpsimPackage#getCalendar_Value()
* @model dataType="org.eclipse.emf.ecore.xml.type.String"
* extendedMetaData="name=':0' kind='simple'"
* @generated
*/
String getValue();
/**
* Sets the value of the '{@link bpsim.Calendar#getValue Value}' attribute.
*
*
* @param value the new value of the 'Value' attribute.
* @see #getValue()
* @generated
*/
void setValue(String value);
/**
* Returns the value of the 'Id' attribute.
*
*
* @return the value of the 'Id' attribute.
* @see #setId(String)
* @see bpsim.BpsimPackage#getCalendar_Id()
* @model id="true" dataType="org.eclipse.emf.ecore.xml.type.ID"
* extendedMetaData="kind='attribute' name='id'"
* @generated
*/
String getId();
/**
* Sets the value of the '{@link bpsim.Calendar#getId Id}' attribute.
*
*
* @param value the new value of the 'Id' attribute.
* @see #getId()
* @generated
*/
void setId(String value);
/**
* Returns the value of the 'Name' attribute.
*
*
* @return the value of the 'Name' attribute.
* @see #setName(String)
* @see bpsim.BpsimPackage#getCalendar_Name()
* @model dataType="org.eclipse.emf.ecore.xml.type.String"
* extendedMetaData="kind='attribute' name='name'"
* @generated
*/
String getName();
/**
* Sets the value of the '{@link bpsim.Calendar#getName Name}' attribute.
*
*
* @param value the new value of the 'Name' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
} // Calendar
© 2015 - 2025 Weber Informatics LLC | Privacy Policy