|
||||||||||
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.RefableTypeImpl
public class RefableTypeImpl
An implementation of the model object 'Refable Type'.
The following features are implemented:
Field Summary | |
---|---|
protected boolean |
ref
The cached value of the ' Ref ' attribute. |
protected static boolean |
REF_EDEFAULT
The default value of the ' Ref ' attribute. |
protected DataType |
type
The cached value of the ' Type ' reference. |
Constructor Summary | |
---|---|
protected |
RefableTypeImpl()
|
Method Summary | |
---|---|
DataType |
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)
|
DataType |
getType()
|
boolean |
isRef()
|
void |
setRef(boolean newRef)
|
void |
setType(DataType newType)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected DataType type
Type
' reference.
getType()
protected static final boolean REF_EDEFAULT
Ref
' attribute.
isRef()
,
Constant Field Valuesprotected boolean ref
Ref
' attribute.
isRef()
Constructor Detail |
---|
protected RefableTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
public DataType getType()
getType
in interface RefableType
RefableType.setType(DataType)
,
RoomPackage.getRefableType_Type()
public DataType basicGetType()
public void setType(DataType newType)
setType
in interface RefableType
newType
- the new value of the 'Type' reference.RefableType.getType()
public boolean isRef()
isRef
in interface RefableType
RefableType.setRef(boolean)
,
RoomPackage.getRefableType_Ref()
public void setRef(boolean newRef)
setRef
in interface RefableType
newRef
- the new value of the 'Ref' attribute.RefableType.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 |