|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMinimalEObjectImpl.Container
org.eclipse.etrice.core.room.impl.BasicTypeImpl
org.eclipse.etrice.core.room.impl.TypeImpl
public class TypeImpl
An implementation of the model object 'Type'.
The following features are implemented:
Field Summary | |
---|---|
protected java.lang.String |
ext
The cached value of the ' Ext ' attribute. |
protected static java.lang.String |
EXT_EDEFAULT
The default value of the ' Ext ' attribute. |
protected DataClass |
type
The cached value of the ' Type ' reference. |
Fields inherited from class org.eclipse.etrice.core.room.impl.BasicTypeImpl |
---|
prim, PRIM_EDEFAULT, ref, REF_EDEFAULT |
Constructor Summary | |
---|---|
protected |
TypeImpl()
|
Method Summary | |
---|---|
DataClass |
basicGetType()
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
java.lang.String |
getExt()
|
DataClass |
getType()
|
void |
setExt(java.lang.String newExt)
|
void |
setType(DataClass newType)
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.etrice.core.room.impl.BasicTypeImpl |
---|
getPrim, isRef, setPrim, setRef |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.etrice.core.room.BasicType |
---|
getPrim, isRef, setPrim, setRef |
Field Detail |
---|
protected DataClass type
Type
' reference.
getType()
protected static final java.lang.String EXT_EDEFAULT
Ext
' attribute.
getExt()
protected java.lang.String ext
Ext
' attribute.
getExt()
Constructor Detail |
---|
protected TypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class BasicTypeImpl
public DataClass getType()
getType
in interface Type
Type.setType(DataClass)
,
RoomPackage.getType_Type()
public DataClass basicGetType()
public void setType(DataClass newType)
setType
in interface Type
newType
- the new value of the 'Type' reference.Type.getType()
public java.lang.String getExt()
getExt
in interface Type
Type.setExt(String)
,
RoomPackage.getType_Ext()
public void setExt(java.lang.String newExt)
setExt
in interface Type
newExt
- the new value of the 'Ext' attribute.Type.getExt()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class BasicTypeImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class BasicTypeImpl
public void eUnset(int featureID)
eUnset
in class BasicTypeImpl
public boolean eIsSet(int featureID)
eIsSet
in class BasicTypeImpl
public java.lang.String toString()
toString
in class BasicTypeImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |