All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bpsim.Calendar Maven / Gradle / Ivy

There is a newer version: 7.54.0.Final
Show newest version
/**
 */
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