|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.graphdrawing.graphml.impl.DataExtensionTypeImpl
org.graphdrawing.graphml.impl.DataTypeImpl
public class DataTypeImpl
An implementation of the model object 'Data Type'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected String |
id
The cached value of the ' Id ' attribute. |
protected static String |
ID_EDEFAULT
The default value of the ' Id ' attribute. |
protected String |
key
The cached value of the ' Key ' attribute. |
protected static String |
KEY_EDEFAULT
The default value of the ' Key ' attribute. |
protected long |
time
The cached value of the ' Time ' attribute. |
protected static long |
TIME_EDEFAULT
The default value of the ' Time ' attribute. |
protected boolean |
timeESet
This is true if the Time attribute has been set. |
Fields inherited from class org.graphdrawing.graphml.impl.DataExtensionTypeImpl |
---|
mixed |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
DataTypeImpl()
|
Method Summary | |
---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
String |
getId()
|
String |
getKey()
|
long |
getTime()
|
boolean |
isSetTime()
|
void |
setId(String newId)
|
void |
setKey(String newKey)
|
void |
setTime(long newTime)
|
String |
toString()
|
void |
unsetTime()
|
Methods inherited from class org.graphdrawing.graphml.impl.DataExtensionTypeImpl |
---|
eInverseRemove, getMixed |
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.graphdrawing.graphml.DataExtensionType |
---|
getMixed |
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 |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected static final String ID_EDEFAULT
Id
' attribute.
getId()
protected String id
Id
' attribute.
getId()
protected static final String KEY_EDEFAULT
Key
' attribute.
getKey()
protected String key
Key
' attribute.
getKey()
protected static final long TIME_EDEFAULT
Time
' attribute.
getTime()
,
Constant Field Valuesprotected long time
Time
' attribute.
getTime()
protected boolean timeESet
Constructor Detail |
---|
protected DataTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class DataExtensionTypeImpl
public String getId()
getId
in interface DataType
DataType.setId(String)
,
GraphMLPackage.getDataType_Id()
public void setId(String newId)
setId
in interface DataType
newId
- the new value of the 'Id' attribute.DataType.getId()
public String getKey()
getKey
in interface DataType
DataType.setKey(String)
,
GraphMLPackage.getDataType_Key()
public void setKey(String newKey)
setKey
in interface DataType
newKey
- the new value of the 'Key' attribute.DataType.getKey()
public long getTime()
getTime
in interface DataType
DataType.isSetTime()
,
DataType.unsetTime()
,
DataType.setTime(long)
,
GraphMLPackage.getDataType_Time()
public void setTime(long newTime)
setTime
in interface DataType
newTime
- the new value of the 'Time' attribute.DataType.isSetTime()
,
DataType.unsetTime()
,
DataType.getTime()
public void unsetTime()
unsetTime
in interface DataType
DataType.isSetTime()
,
DataType.getTime()
,
DataType.setTime(long)
public boolean isSetTime()
isSetTime
in interface DataType
DataType.unsetTime()
,
DataType.getTime()
,
DataType.setTime(long)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class DataExtensionTypeImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class DataExtensionTypeImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class DataExtensionTypeImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class DataExtensionTypeImpl
public String toString()
toString
in class DataExtensionTypeImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |