|
||||||||||
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
public class BasicTypeImpl
An implementation of the model object 'Basic Type'.
The following features are implemented:
Field Summary | |
---|---|
protected PrimitiveType |
prim
The cached value of the ' Prim ' attribute. |
protected static PrimitiveType |
PRIM_EDEFAULT
The default value of the ' Prim ' attribute. |
protected boolean |
ref
The cached value of the ' Ref ' attribute. |
protected static boolean |
REF_EDEFAULT
The default value of the ' Ref ' attribute. |
Constructor Summary | |
---|---|
protected |
BasicTypeImpl()
|
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)
|
PrimitiveType |
getPrim()
|
boolean |
isRef()
|
void |
setPrim(PrimitiveType newPrim)
|
void |
setRef(boolean newRef)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final PrimitiveType PRIM_EDEFAULT
Prim
' attribute.
getPrim()
protected PrimitiveType prim
Prim
' attribute.
getPrim()
protected static final boolean REF_EDEFAULT
Ref
' attribute.
isRef()
,
Constant Field Valuesprotected boolean ref
Ref
' attribute.
isRef()
Constructor Detail |
---|
protected BasicTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
public PrimitiveType getPrim()
getPrim
in interface BasicType
PrimitiveType
,
BasicType.setPrim(PrimitiveType)
,
RoomPackage.getBasicType_Prim()
public void setPrim(PrimitiveType newPrim)
setPrim
in interface BasicType
newPrim
- the new value of the 'Prim' attribute.PrimitiveType
,
BasicType.getPrim()
public boolean isRef()
isRef
in interface BasicType
BasicType.setRef(boolean)
,
RoomPackage.getBasicType_Ref()
public void setRef(boolean newRef)
setRef
in interface BasicType
newRef
- the new value of the 'Ref' attribute.BasicType.isRef()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |