Interface TimeScalePackage

  • All Superinterfaces:
    org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    TimeScalePackageImpl

    public interface TimeScalePackage
    extends org.eclipse.emf.ecore.EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each operation of each class,
    • each enum,
    • and each data type
    See Also:
    TimeScaleFactory
    • Method Detail

      • getTimeScaleLabel

        org.eclipse.emf.ecore.EClass getTimeScaleLabel()
        Returns the meta object for class 'Label'.
        Returns:
        the meta object for class 'Label'.
        See Also:
        TimeScaleLabel
      • getTimeScaleLabel_Key

        org.eclipse.emf.ecore.EAttribute getTimeScaleLabel_Key()
        Returns the meta object for the attribute 'Key'.
        Returns:
        the meta object for the attribute 'Key'.
        See Also:
        TimeScaleLabel.getKey(), getTimeScaleLabel()
      • getTimeScaleLabel_LineColor

        org.eclipse.emf.ecore.EReference getTimeScaleLabel_LineColor()
        Returns the meta object for the containment reference 'Line Color'.
        Returns:
        the meta object for the containment reference 'Line Color'.
        See Also:
        TimeScaleLabel.getLineColor(), getTimeScaleLabel()
      • getTimeScaleLabel_TextColor

        org.eclipse.emf.ecore.EReference getTimeScaleLabel_TextColor()
        Returns the meta object for the containment reference 'Text Color'.
        Returns:
        the meta object for the containment reference 'Text Color'.
        See Also:
        TimeScaleLabel.getTextColor(), getTimeScaleLabel()
      • getTimeScaleLabels

        org.eclipse.emf.ecore.EClass getTimeScaleLabels()
        Returns the meta object for class 'Labels'.
        Returns:
        the meta object for class 'Labels'.
        See Also:
        TimeScaleLabels
      • getTimeScaleLabels_Labels

        org.eclipse.emf.ecore.EReference getTimeScaleLabels_Labels()
        Returns the meta object for the containment reference list 'Labels'.
        Returns:
        the meta object for the containment reference list 'Labels'.
        See Also:
        TimeScaleLabels.getLabels(), getTimeScaleLabels()
      • getTimeScaleLevel

        org.eclipse.emf.ecore.EClass getTimeScaleLevel()
        Returns the meta object for class 'Level'.
        Returns:
        the meta object for class 'Level'.
        See Also:
        TimeScaleLevel
      • getTimeScaleLevel_Show

        org.eclipse.emf.ecore.EAttribute getTimeScaleLevel_Show()
        Returns the meta object for the attribute 'Show'.
        Returns:
        the meta object for the attribute 'Show'.
        See Also:
        TimeScaleLevel.isShow(), getTimeScaleLevel()
      • getTimeScaleLevel_Line

        org.eclipse.emf.ecore.EReference getTimeScaleLevel_Line()
        Returns the meta object for the containment reference 'Line'.
        Returns:
        the meta object for the containment reference 'Line'.
        See Also:
        TimeScaleLevel.getLine(), getTimeScaleLevel()
      • getTimeScaleLevel_Labels

        org.eclipse.emf.ecore.EReference getTimeScaleLevel_Labels()
        Returns the meta object for the containment reference 'Labels'.
        Returns:
        the meta object for the containment reference 'Labels'.
        See Also:
        TimeScaleLevel.getLabels(), getTimeScaleLevel()
      • getTimeScaleLevel_BackColor

        org.eclipse.emf.ecore.EReference getTimeScaleLevel_BackColor()
        Returns the meta object for the containment reference 'Back Color'.
        Returns:
        the meta object for the containment reference 'Back Color'.
        See Also:
        TimeScaleLevel.getBackColor(), getTimeScaleLevel()
      • getTimeScaleLevel_TextColor

        org.eclipse.emf.ecore.EReference getTimeScaleLevel_TextColor()
        Returns the meta object for the containment reference 'Text Color'.
        Returns:
        the meta object for the containment reference 'Text Color'.
        See Also:
        TimeScaleLevel.getTextColor(), getTimeScaleLevel()
      • getTimeScale

        org.eclipse.emf.ecore.EClass getTimeScale()
        Returns the meta object for class 'Time Scale'.
        Returns:
        the meta object for class 'Time Scale'.
        See Also:
        TimeScale
      • getTimeScale_Placement

        org.eclipse.emf.ecore.EAttribute getTimeScale_Placement()
        Returns the meta object for the attribute 'Placement'.
        Returns:
        the meta object for the attribute 'Placement'.
        See Also:
        TimeScale.getPlacement(), getTimeScale()
      • getTimeScale_Levels

        org.eclipse.emf.ecore.EReference getTimeScale_Levels()
        Returns the meta object for the containment reference list 'Levels'.
        Returns:
        the meta object for the containment reference list 'Levels'.
        See Also:
        TimeScale.getLevels(), getTimeScale()
      • getTimeScale_Transparent

        org.eclipse.emf.ecore.EAttribute getTimeScale_Transparent()
        Returns the meta object for the attribute 'Transparent'.
        Returns:
        the meta object for the attribute 'Transparent'.
        See Also:
        TimeScale.isTransparent(), getTimeScale()
      • getTimeScale_BackColor

        org.eclipse.emf.ecore.EReference getTimeScale_BackColor()
        Returns the meta object for the containment reference 'Back Color'.
        Returns:
        the meta object for the containment reference 'Back Color'.
        See Also:
        TimeScale.getBackColor(), getTimeScale()
      • getTimeScale_TextColor

        org.eclipse.emf.ecore.EReference getTimeScale_TextColor()
        Returns the meta object for the containment reference 'Text Color'.
        Returns:
        the meta object for the containment reference 'Text Color'.
        See Also:
        TimeScale.getTextColor(), getTimeScale()
      • getTimeScaleUnitType

        org.eclipse.emf.ecore.EEnum getTimeScaleUnitType()
        Returns the meta object for enum 'Unit Type'.
        Returns:
        the meta object for enum 'Unit Type'.
        See Also:
        TimeScaleUnitType
      • getTimeScalePosition

        org.eclipse.emf.ecore.EEnum getTimeScalePosition()
        Returns the meta object for enum 'Position'.
        Returns:
        the meta object for enum 'Position'.
        See Also:
        TimeScalePosition
      • getTimeScaleDayFormat

        org.eclipse.emf.ecore.EEnum getTimeScaleDayFormat()
        Returns the meta object for enum 'Day Format'.
        Returns:
        the meta object for enum 'Day Format'.
        See Also:
        TimeScaleDayFormat
      • getTimeScaleFactory

        TimeScaleFactory getTimeScaleFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.