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.EObject
    A 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
      String getId()
      Returns the value of the 'Id' attribute.
      String getName()
      Returns the value of the 'Name' attribute.
      String getValue()
      Returns the value of the 'Value' attribute.
      void setId​(String value)
      Sets the value of the 'Id' attribute.
      void setName​(String value)
      Sets the value of the 'Name' attribute.
      void setValue​(String value)
      Sets the value of the 'Value' attribute.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • 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'"
      • setName

        void setName​(String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
        Generated code