|
||||||||||
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.FreeTypeImpl
public class FreeTypeImpl
An implementation of the model object 'Free Type'.
The following features are implemented:
Field Summary | |
---|---|
protected java.lang.String |
type
The cached value of the ' Type ' attribute. |
protected static java.lang.String |
TYPE_EDEFAULT
The default value of the ' Type ' attribute. |
Fields inherited from class org.eclipse.etrice.core.room.impl.BasicTypeImpl |
---|
prim, PRIM_EDEFAULT, ref, REF_EDEFAULT |
Constructor Summary | |
---|---|
protected |
FreeTypeImpl()
|
Method Summary | |
---|---|
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 |
getType()
|
void |
setType(java.lang.String 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 static final java.lang.String TYPE_EDEFAULT
Type
' attribute.
getType()
protected java.lang.String type
Type
' attribute.
getType()
Constructor Detail |
---|
protected FreeTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class BasicTypeImpl
public java.lang.String getType()
getType
in interface FreeType
FreeType.setType(String)
,
RoomPackage.getFreeType_Type()
public void setType(java.lang.String newType)
setType
in interface FreeType
newType
- the new value of the 'Type' attribute.FreeType.getType()
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 |