Uses of Class
org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.IntervalUnitType

Packages that use IntervalUnitType
org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel   
org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl   
 

Uses of IntervalUnitType in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel
 

Fields in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel declared as IntervalUnitType
static IntervalUnitType IntervalUnitType.HOURS_LITERAL
          The 'HOURS' literal object.
static IntervalUnitType IntervalUnitType.MINUTES_LITERAL
          The 'MINUTES' literal object.
static IntervalUnitType IntervalUnitType.SECONDS_LITERAL
          The 'SECONDS' literal object.
 

Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel that return IntervalUnitType
static IntervalUnitType IntervalUnitType.get(int value)
          Returns the 'Interval Unit Type' literal with the specified integer value.
static IntervalUnitType IntervalUnitType.get(java.lang.String literal)
          Returns the 'Interval Unit Type' literal with the specified literal value.
static IntervalUnitType IntervalUnitType.getByName(java.lang.String name)
          Returns the 'Interval Unit Type' literal with the specified name.
 IntervalUnitType Schedule.getIntervalUnit()
          Returns the value of the 'Interval Unit' attribute.
 

Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel with parameters of type IntervalUnitType
 void Schedule.setIntervalUnit(IntervalUnitType value)
          Sets the value of the 'Interval Unit' attribute.
 

Uses of IntervalUnitType in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl
 

Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl that return IntervalUnitType
 IntervalUnitType SybaseasabasesqlmodelFactoryImpl.createIntervalUnitTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 IntervalUnitType ScheduleImpl.getIntervalUnit()
           
 

Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl with parameters of type IntervalUnitType
 void ScheduleImpl.setIntervalUnit(IntervalUnitType newIntervalUnit)