|
||||||||||
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.RoomClassImpl
org.eclipse.etrice.core.room.impl.DataTypeImpl
org.eclipse.etrice.core.room.impl.PrimitiveTypeImpl
public class PrimitiveTypeImpl
An implementation of the model object 'Primitive Type'.
The following features are implemented:
Field Summary | |
---|---|
protected static java.lang.String |
CAST_NAME_EDEFAULT
The default value of the ' Cast Name ' attribute. |
protected java.lang.String |
castName
The cached value of the ' Cast Name ' attribute. |
protected static java.lang.String |
DEFAULT_VALUE_LITERAL_EDEFAULT
The default value of the ' Default Value Literal ' attribute. |
protected java.lang.String |
defaultValueLiteral
The cached value of the ' Default Value Literal ' attribute. |
protected static java.lang.String |
TARGET_NAME_EDEFAULT
The default value of the ' Target Name ' attribute. |
protected java.lang.String |
targetName
The cached value of the ' Target Name ' attribute. |
Fields inherited from class org.eclipse.etrice.core.room.impl.RoomClassImpl |
---|
docu, name, NAME_EDEFAULT |
Constructor Summary | |
---|---|
protected |
PrimitiveTypeImpl()
|
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 |
getCastName()
|
java.lang.String |
getDefaultValueLiteral()
|
java.lang.String |
getTargetName()
|
void |
setCastName(java.lang.String newCastName)
|
void |
setDefaultValueLiteral(java.lang.String newDefaultValueLiteral)
|
void |
setTargetName(java.lang.String newTargetName)
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.etrice.core.room.impl.RoomClassImpl |
---|
basicSetDocu, eInverseRemove, getDocu, getName, setDocu, setName |
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.RoomClass |
---|
getDocu, getName, setDocu, setName |
Field Detail |
---|
protected static final java.lang.String TARGET_NAME_EDEFAULT
Target Name
' attribute.
getTargetName()
protected java.lang.String targetName
Target Name
' attribute.
getTargetName()
protected static final java.lang.String CAST_NAME_EDEFAULT
Cast Name
' attribute.
getCastName()
protected java.lang.String castName
Cast Name
' attribute.
getCastName()
protected static final java.lang.String DEFAULT_VALUE_LITERAL_EDEFAULT
Default Value Literal
' attribute.
getDefaultValueLiteral()
protected java.lang.String defaultValueLiteral
Default Value Literal
' attribute.
getDefaultValueLiteral()
Constructor Detail |
---|
protected PrimitiveTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class DataTypeImpl
public java.lang.String getTargetName()
getTargetName
in interface PrimitiveType
PrimitiveType.setTargetName(String)
,
RoomPackage.getPrimitiveType_TargetName()
public void setTargetName(java.lang.String newTargetName)
setTargetName
in interface PrimitiveType
newTargetName
- the new value of the 'Target Name' attribute.PrimitiveType.getTargetName()
public java.lang.String getCastName()
getCastName
in interface PrimitiveType
PrimitiveType.setCastName(String)
,
RoomPackage.getPrimitiveType_CastName()
public void setCastName(java.lang.String newCastName)
setCastName
in interface PrimitiveType
newCastName
- the new value of the 'Cast Name' attribute.PrimitiveType.getCastName()
public java.lang.String getDefaultValueLiteral()
getDefaultValueLiteral
in interface PrimitiveType
PrimitiveType.setDefaultValueLiteral(String)
,
RoomPackage.getPrimitiveType_DefaultValueLiteral()
public void setDefaultValueLiteral(java.lang.String newDefaultValueLiteral)
setDefaultValueLiteral
in interface PrimitiveType
newDefaultValueLiteral
- the new value of the 'Default Value Literal' attribute.PrimitiveType.getDefaultValueLiteral()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class RoomClassImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class RoomClassImpl
public void eUnset(int featureID)
eUnset
in class RoomClassImpl
public boolean eIsSet(int featureID)
eIsSet
in class RoomClassImpl
public java.lang.String toString()
toString
in class RoomClassImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |