|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
scheduler.configuration.impl.TimeSliceConfigurationImpl
public abstract class TimeSliceConfigurationImpl
An implementation of the model object 'Time Slice Configuration'.
The following features are implemented:
Field Summary | |
---|---|
protected int |
granularity
The cached value of the ' Granularity ' attribute. |
protected static int |
GRANULARITY_EDEFAULT
The default value of the ' Granularity ' attribute. |
protected TimeValue |
timeslice
The cached value of the ' Timeslice ' containment reference. |
Constructor Summary | |
---|---|
protected |
TimeSliceConfigurationImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetTimeslice(TimeValue newTimeslice,
NotificationChain msgs)
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
int |
getGranularity()
|
TimeValue |
getTimeslice()
|
void |
setGranularity(int newGranularity)
|
void |
setTimeslice(TimeValue newTimeslice)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final int GRANULARITY_EDEFAULT
Granularity
' attribute.
getGranularity()
,
Constant Field Valuesprotected int granularity
Granularity
' attribute.
getGranularity()
protected TimeValue timeslice
Timeslice
' containment reference.
getTimeslice()
Constructor Detail |
---|
protected TimeSliceConfigurationImpl()
Method Detail |
---|
protected EClass eStaticClass()
public int getGranularity()
getGranularity
in interface TimeSliceConfiguration
TimeSliceConfiguration.setGranularity(int)
,
ConfigurationPackage.getTimeSliceConfiguration_Granularity()
public void setGranularity(int newGranularity)
setGranularity
in interface TimeSliceConfiguration
newGranularity
- the new value of the 'Granularity' attribute.TimeSliceConfiguration.getGranularity()
public TimeValue getTimeslice()
getTimeslice
in interface TimeSliceConfiguration
TimeSliceConfiguration.setTimeslice(TimeValue)
,
ConfigurationPackage.getTimeSliceConfiguration_Timeslice()
public NotificationChain basicSetTimeslice(TimeValue newTimeslice, NotificationChain msgs)
public void setTimeslice(TimeValue newTimeslice)
setTimeslice
in interface TimeSliceConfiguration
newTimeslice
- the new value of the 'Timeslice' containment reference.TimeSliceConfiguration.getTimeslice()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |