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.EPackageThe 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTimeScalePackage.LiteralsDefines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
-
Field Summary
Fields Modifier and Type Field Description static TimeScalePackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intTIME_SCALEThe meta object id for the 'Time Scale' class.static intTIME_SCALE__BACK_COLORThe feature id for the 'Back Color' containment reference.static intTIME_SCALE__CURRENT_LEVELThe feature id for the 'Current Level' attribute.static intTIME_SCALE__LEVELSThe feature id for the 'Levels' containment reference list.static intTIME_SCALE__PLACEMENTThe feature id for the 'Placement' attribute.static intTIME_SCALE__TEXT_COLORThe feature id for the 'Text Color' containment reference.static intTIME_SCALE__TRANSPARENTThe feature id for the 'Transparent' attribute.static intTIME_SCALE_DAY_FORMATThe meta object id for the 'Day Format' enum.static intTIME_SCALE_FEATURE_COUNTThe number of structural features of the 'Time Scale' class.static intTIME_SCALE_LABELThe meta object id for the 'Label' class.static intTIME_SCALE_LABEL__KEYThe feature id for the 'Key' attribute.static intTIME_SCALE_LABEL__LINE_COLORThe feature id for the 'Line Color' containment reference.static intTIME_SCALE_LABEL__TEXTThe feature id for the 'Text' map.static intTIME_SCALE_LABEL__TEXT_COLORThe feature id for the 'Text Color' containment reference.static intTIME_SCALE_LABEL__TEXT_FORMATTEDThe feature id for the 'Text Formatted' attribute.static intTIME_SCALE_LABEL_FEATURE_COUNTThe number of structural features of the 'Label' class.static intTIME_SCALE_LABEL_OPERATION_COUNTThe number of operations of the 'Label' class.static intTIME_SCALE_LABELSThe meta object id for the 'Labels' class.static intTIME_SCALE_LABELS__LABELSThe feature id for the 'Labels' containment reference list.static intTIME_SCALE_LABELS__TICKSThe feature id for the 'Ticks' attribute.static intTIME_SCALE_LABELS_FEATURE_COUNTThe number of structural features of the 'Labels' class.static intTIME_SCALE_LABELS_OPERATION_COUNTThe number of operations of the 'Labels' class.static intTIME_SCALE_LEVELThe meta object id for the 'Level' class.static intTIME_SCALE_LEVEL__BACK_COLORThe feature id for the 'Back Color' containment reference.static intTIME_SCALE_LEVEL__DAY_FORMAT_RULEThe feature id for the 'Day Format Rule' attribute.static intTIME_SCALE_LEVEL__FORMATThe feature id for the 'Format' map.static intTIME_SCALE_LEVEL__INTERVALThe feature id for the 'Interval' attribute.static intTIME_SCALE_LEVEL__LABELSThe feature id for the 'Labels' containment reference.static intTIME_SCALE_LEVEL__LINEThe feature id for the 'Line' containment reference.static intTIME_SCALE_LEVEL__MEASUREThe feature id for the 'Measure' attribute.static intTIME_SCALE_LEVEL__SCALE_COLORThe feature id for the 'Scale Color' containment reference.static intTIME_SCALE_LEVEL__SHOWThe feature id for the 'Show' attribute.static intTIME_SCALE_LEVEL__SHOW_PEREODICAL_LABELSThe feature id for the 'Show Pereodical Labels' attribute.static intTIME_SCALE_LEVEL__TEXT_COLORThe feature id for the 'Text Color' containment reference.static intTIME_SCALE_LEVEL_FEATURE_COUNTThe number of structural features of the 'Level' class.static intTIME_SCALE_LEVEL_OPERATION_COUNTThe number of operations of the 'Level' class.static intTIME_SCALE_OPERATION_COUNTThe number of operations of the 'Time Scale' class.static intTIME_SCALE_POSITIONThe meta object id for the 'Position' enum.static intTIME_SCALE_UNIT_TYPEThe meta object id for the 'Unit Type' enum.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClassgetTimeScale()Returns the meta object for class 'Time Scale'.org.eclipse.emf.ecore.EReferencegetTimeScale_BackColor()Returns the meta object for the containment reference 'Back Color'.org.eclipse.emf.ecore.EAttributegetTimeScale_CurrentLevel()Returns the meta object for the attribute 'Current Level'.org.eclipse.emf.ecore.EReferencegetTimeScale_Levels()Returns the meta object for the containment reference list 'Levels'.org.eclipse.emf.ecore.EAttributegetTimeScale_Placement()Returns the meta object for the attribute 'Placement'.org.eclipse.emf.ecore.EReferencegetTimeScale_TextColor()Returns the meta object for the containment reference 'Text Color'.org.eclipse.emf.ecore.EAttributegetTimeScale_Transparent()Returns the meta object for the attribute 'Transparent'.org.eclipse.emf.ecore.EEnumgetTimeScaleDayFormat()Returns the meta object for enum 'Day Format'.TimeScaleFactorygetTimeScaleFactory()Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClassgetTimeScaleLabel()Returns the meta object for class 'Label'.org.eclipse.emf.ecore.EAttributegetTimeScaleLabel_Key()Returns the meta object for the attribute 'Key'.org.eclipse.emf.ecore.EReferencegetTimeScaleLabel_LineColor()Returns the meta object for the containment reference 'Line Color'.org.eclipse.emf.ecore.EReferencegetTimeScaleLabel_Text()Returns the meta object for the map 'Text'.org.eclipse.emf.ecore.EReferencegetTimeScaleLabel_TextColor()Returns the meta object for the containment reference 'Text Color'.org.eclipse.emf.ecore.EAttributegetTimeScaleLabel_TextFormatted()Returns the meta object for the attribute 'Text Formatted'.org.eclipse.emf.ecore.EClassgetTimeScaleLabels()Returns the meta object for class 'Labels'.org.eclipse.emf.ecore.EReferencegetTimeScaleLabels_Labels()Returns the meta object for the containment reference list 'Labels'.org.eclipse.emf.ecore.EAttributegetTimeScaleLabels_Ticks()Returns the meta object for the attribute 'Ticks'.org.eclipse.emf.ecore.EClassgetTimeScaleLevel()Returns the meta object for class 'Level'.org.eclipse.emf.ecore.EReferencegetTimeScaleLevel_BackColor()Returns the meta object for the containment reference 'Back Color'.org.eclipse.emf.ecore.EAttributegetTimeScaleLevel_DayFormatRule()Returns the meta object for the attribute 'Day Format Rule'.org.eclipse.emf.ecore.EReferencegetTimeScaleLevel_Format()Returns the meta object for the map 'Format'.org.eclipse.emf.ecore.EAttributegetTimeScaleLevel_Interval()Returns the meta object for the attribute 'Interval'.org.eclipse.emf.ecore.EReferencegetTimeScaleLevel_Labels()Returns the meta object for the containment reference 'Labels'.org.eclipse.emf.ecore.EReferencegetTimeScaleLevel_Line()Returns the meta object for the containment reference 'Line'.org.eclipse.emf.ecore.EAttributegetTimeScaleLevel_Measure()Returns the meta object for the attribute 'Measure'.org.eclipse.emf.ecore.EReferencegetTimeScaleLevel_ScaleColor()Returns the meta object for the containment reference 'Scale Color'.org.eclipse.emf.ecore.EAttributegetTimeScaleLevel_Show()Returns the meta object for the attribute 'Show'.org.eclipse.emf.ecore.EAttributegetTimeScaleLevel_ShowPereodicalLabels()Returns the meta object for the attribute 'Show Pereodical Labels'.org.eclipse.emf.ecore.EReferencegetTimeScaleLevel_TextColor()Returns the meta object for the containment reference 'Text Color'.org.eclipse.emf.ecore.EEnumgetTimeScalePosition()Returns the meta object for enum 'Position'.org.eclipse.emf.ecore.EEnumgetTimeScaleUnitType()Returns the meta object for enum 'Unit Type'.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
-
eINSTANCE
static final TimeScalePackage eINSTANCE
The singleton instance of the package.
-
TIME_SCALE_LABEL
static final int TIME_SCALE_LABEL
The meta object id for the 'Label' class.
-
TIME_SCALE_LABEL__KEY
static final int TIME_SCALE_LABEL__KEY
The feature id for the 'Key' attribute.- See Also:
- Constant Field Values
-
TIME_SCALE_LABEL__TEXT
static final int TIME_SCALE_LABEL__TEXT
The feature id for the 'Text' map.- See Also:
- Constant Field Values
-
TIME_SCALE_LABEL__LINE_COLOR
static final int TIME_SCALE_LABEL__LINE_COLOR
The feature id for the 'Line Color' containment reference.- See Also:
- Constant Field Values
-
TIME_SCALE_LABEL__TEXT_COLOR
static final int TIME_SCALE_LABEL__TEXT_COLOR
The feature id for the 'Text Color' containment reference.- See Also:
- Constant Field Values
-
TIME_SCALE_LABEL__TEXT_FORMATTED
static final int TIME_SCALE_LABEL__TEXT_FORMATTED
The feature id for the 'Text Formatted' attribute.- See Also:
- Constant Field Values
-
TIME_SCALE_LABEL_FEATURE_COUNT
static final int TIME_SCALE_LABEL_FEATURE_COUNT
The number of structural features of the 'Label' class.- See Also:
- Constant Field Values
-
TIME_SCALE_LABEL_OPERATION_COUNT
static final int TIME_SCALE_LABEL_OPERATION_COUNT
The number of operations of the 'Label' class.- See Also:
- Constant Field Values
-
TIME_SCALE_LABELS
static final int TIME_SCALE_LABELS
The meta object id for the 'Labels' class.
-
TIME_SCALE_LABELS__LABELS
static final int TIME_SCALE_LABELS__LABELS
The feature id for the 'Labels' containment reference list.- See Also:
- Constant Field Values
-
TIME_SCALE_LABELS__TICKS
static final int TIME_SCALE_LABELS__TICKS
The feature id for the 'Ticks' attribute.- See Also:
- Constant Field Values
-
TIME_SCALE_LABELS_FEATURE_COUNT
static final int TIME_SCALE_LABELS_FEATURE_COUNT
The number of structural features of the 'Labels' class.- See Also:
- Constant Field Values
-
TIME_SCALE_LABELS_OPERATION_COUNT
static final int TIME_SCALE_LABELS_OPERATION_COUNT
The number of operations of the 'Labels' class.- See Also:
- Constant Field Values
-
TIME_SCALE_LEVEL
static final int TIME_SCALE_LEVEL
The meta object id for the 'Level' class.
-
TIME_SCALE_LEVEL__MEASURE
static final int TIME_SCALE_LEVEL__MEASURE
The feature id for the 'Measure' attribute.- See Also:
- Constant Field Values
-
TIME_SCALE_LEVEL__INTERVAL
static final int TIME_SCALE_LEVEL__INTERVAL
The feature id for the 'Interval' attribute.- See Also:
- Constant Field Values
-
TIME_SCALE_LEVEL__SHOW
static final int TIME_SCALE_LEVEL__SHOW
The feature id for the 'Show' attribute.- See Also:
- Constant Field Values
-
TIME_SCALE_LEVEL__LINE
static final int TIME_SCALE_LEVEL__LINE
The feature id for the 'Line' containment reference.- See Also:
- Constant Field Values
-
TIME_SCALE_LEVEL__SCALE_COLOR
static final int TIME_SCALE_LEVEL__SCALE_COLOR
The feature id for the 'Scale Color' containment reference.- See Also:
- Constant Field Values
-
TIME_SCALE_LEVEL__DAY_FORMAT_RULE
static final int TIME_SCALE_LEVEL__DAY_FORMAT_RULE
The feature id for the 'Day Format Rule' attribute.- See Also:
- Constant Field Values
-
TIME_SCALE_LEVEL__FORMAT
static final int TIME_SCALE_LEVEL__FORMAT
The feature id for the 'Format' map.- See Also:
- Constant Field Values
-
TIME_SCALE_LEVEL__LABELS
static final int TIME_SCALE_LEVEL__LABELS
The feature id for the 'Labels' containment reference.- See Also:
- Constant Field Values
-
TIME_SCALE_LEVEL__BACK_COLOR
static final int TIME_SCALE_LEVEL__BACK_COLOR
The feature id for the 'Back Color' containment reference.- See Also:
- Constant Field Values
-
TIME_SCALE_LEVEL__TEXT_COLOR
static final int TIME_SCALE_LEVEL__TEXT_COLOR
The feature id for the 'Text Color' containment reference.- See Also:
- Constant Field Values
-
TIME_SCALE_LEVEL__SHOW_PEREODICAL_LABELS
static final int TIME_SCALE_LEVEL__SHOW_PEREODICAL_LABELS
The feature id for the 'Show Pereodical Labels' attribute.- See Also:
- Constant Field Values
-
TIME_SCALE_LEVEL_FEATURE_COUNT
static final int TIME_SCALE_LEVEL_FEATURE_COUNT
The number of structural features of the 'Level' class.- See Also:
- Constant Field Values
-
TIME_SCALE_LEVEL_OPERATION_COUNT
static final int TIME_SCALE_LEVEL_OPERATION_COUNT
The number of operations of the 'Level' class.- See Also:
- Constant Field Values
-
TIME_SCALE
static final int TIME_SCALE
The meta object id for the 'Time Scale' class.
-
TIME_SCALE__PLACEMENT
static final int TIME_SCALE__PLACEMENT
The feature id for the 'Placement' attribute.- See Also:
- Constant Field Values
-
TIME_SCALE__LEVELS
static final int TIME_SCALE__LEVELS
The feature id for the 'Levels' containment reference list.- See Also:
- Constant Field Values
-
TIME_SCALE__TRANSPARENT
static final int TIME_SCALE__TRANSPARENT
The feature id for the 'Transparent' attribute.- See Also:
- Constant Field Values
-
TIME_SCALE__BACK_COLOR
static final int TIME_SCALE__BACK_COLOR
The feature id for the 'Back Color' containment reference.- See Also:
- Constant Field Values
-
TIME_SCALE__TEXT_COLOR
static final int TIME_SCALE__TEXT_COLOR
The feature id for the 'Text Color' containment reference.- See Also:
- Constant Field Values
-
TIME_SCALE__CURRENT_LEVEL
static final int TIME_SCALE__CURRENT_LEVEL
The feature id for the 'Current Level' attribute.- See Also:
- Constant Field Values
-
TIME_SCALE_FEATURE_COUNT
static final int TIME_SCALE_FEATURE_COUNT
The number of structural features of the 'Time Scale' class.- See Also:
- Constant Field Values
-
TIME_SCALE_OPERATION_COUNT
static final int TIME_SCALE_OPERATION_COUNT
The number of operations of the 'Time Scale' class.- See Also:
- Constant Field Values
-
TIME_SCALE_UNIT_TYPE
static final int TIME_SCALE_UNIT_TYPE
The meta object id for the 'Unit Type' enum.
-
TIME_SCALE_POSITION
static final int TIME_SCALE_POSITION
The meta object id for the 'Position' enum.
-
TIME_SCALE_DAY_FORMAT
static final int TIME_SCALE_DAY_FORMAT
The meta object id for the 'Day Format' enum.
-
-
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_Text
org.eclipse.emf.ecore.EReference getTimeScaleLabel_Text()
Returns the meta object for the map 'Text'.- Returns:
- the meta object for the map 'Text'.
- See Also:
TimeScaleLabel.getText(),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()
-
getTimeScaleLabel_TextFormatted
org.eclipse.emf.ecore.EAttribute getTimeScaleLabel_TextFormatted()
Returns the meta object for the attribute 'Text Formatted'.- Returns:
- the meta object for the attribute 'Text Formatted'.
- See Also:
TimeScaleLabel.isTextFormatted(),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()
-
getTimeScaleLabels_Ticks
org.eclipse.emf.ecore.EAttribute getTimeScaleLabels_Ticks()
Returns the meta object for the attribute 'Ticks'.- Returns:
- the meta object for the attribute 'Ticks'.
- See Also:
TimeScaleLabels.getTicks(),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_Measure
org.eclipse.emf.ecore.EAttribute getTimeScaleLevel_Measure()
Returns the meta object for the attribute 'Measure'.- Returns:
- the meta object for the attribute 'Measure'.
- See Also:
TimeScaleLevel.getMeasure(),getTimeScaleLevel()
-
getTimeScaleLevel_Interval
org.eclipse.emf.ecore.EAttribute getTimeScaleLevel_Interval()
Returns the meta object for the attribute 'Interval'.- Returns:
- the meta object for the attribute 'Interval'.
- See Also:
TimeScaleLevel.getInterval(),getTimeScaleLevel()
-
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_ScaleColor
org.eclipse.emf.ecore.EReference getTimeScaleLevel_ScaleColor()
Returns the meta object for the containment reference 'Scale Color'.- Returns:
- the meta object for the containment reference 'Scale Color'.
- See Also:
TimeScaleLevel.getScaleColor(),getTimeScaleLevel()
-
getTimeScaleLevel_DayFormatRule
org.eclipse.emf.ecore.EAttribute getTimeScaleLevel_DayFormatRule()
Returns the meta object for the attribute 'Day Format Rule'.- Returns:
- the meta object for the attribute 'Day Format Rule'.
- See Also:
TimeScaleLevel.getDayFormatRule(),getTimeScaleLevel()
-
getTimeScaleLevel_Format
org.eclipse.emf.ecore.EReference getTimeScaleLevel_Format()
Returns the meta object for the map 'Format'.- Returns:
- the meta object for the map 'Format'.
- See Also:
TimeScaleLevel.getFormat(),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()
-
getTimeScaleLevel_ShowPereodicalLabels
org.eclipse.emf.ecore.EAttribute getTimeScaleLevel_ShowPereodicalLabels()
Returns the meta object for the attribute 'Show Pereodical Labels'.- Returns:
- the meta object for the attribute 'Show Pereodical Labels'.
- See Also:
TimeScaleLevel.isShowPereodicalLabels(),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()
-
getTimeScale_CurrentLevel
org.eclipse.emf.ecore.EAttribute getTimeScale_CurrentLevel()
Returns the meta object for the attribute 'Current Level'.- Returns:
- the meta object for the attribute 'Current Level'.
- See Also:
TimeScale.getCurrentLevel(),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.
-
-