|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
ujf.verimag.bip.cmodel.impl.CItemImpl
ujf.verimag.bip.cmodel.impl.CCallableImpl
public class CCallableImpl
An implementation of the model object 'CCallable'.
The following features are implemented:
Field Summary | |
---|---|
protected EList |
argument
The cached value of the ' Argument ' containment reference list. |
protected static boolean |
BODY_IN_DECL_EDEFAULT
The default value of the ' Body In Decl ' attribute. |
protected boolean |
bodyInDecl
The cached value of the ' Body In Decl ' attribute. |
protected EList |
content
The cached value of the ' Content ' containment reference list. |
protected java.lang.String |
qualifier
The cached value of the ' Qualifier ' attribute. |
protected static java.lang.String |
QUALIFIER_EDEFAULT
The default value of the ' Qualifier ' attribute. |
protected java.lang.String |
specifier
The cached value of the ' Specifier ' attribute. |
protected static java.lang.String |
SPECIFIER_EDEFAULT
The default value of the ' Specifier ' attribute. |
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 ujf.verimag.bip.cmodel.impl.CItemImpl |
---|
visibility, VISIBILITY_EDEFAULT |
Constructor Summary | |
---|---|
protected |
CCallableImpl()
|
Method Summary | |
---|---|
int |
eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class baseClass)
|
int |
eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class baseClass)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
EList |
getArgument()
|
EList |
getContent()
|
java.lang.String |
getQualifier()
|
java.lang.String |
getSpecifier()
|
java.lang.String |
getType()
|
boolean |
isBodyInDecl()
|
void |
setBodyInDecl(boolean newBodyInDecl)
|
void |
setQualifier(java.lang.String newQualifier)
|
void |
setSpecifier(java.lang.String newSpecifier)
|
void |
setType(java.lang.String newType)
|
java.lang.String |
toString()
|
Methods inherited from class ujf.verimag.bip.cmodel.impl.CItemImpl |
---|
getVisibility, setVisibility |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface ujf.verimag.bip.cmodel.CItem |
---|
getVisibility, setVisibility |
Field Detail |
---|
protected static final java.lang.String TYPE_EDEFAULT
Type
' attribute.
getType()
protected java.lang.String type
Type
' attribute.
getType()
protected EList content
Content
' containment reference list.
getContent()
protected EList argument
Argument
' containment reference list.
getArgument()
protected static final java.lang.String SPECIFIER_EDEFAULT
Specifier
' attribute.
getSpecifier()
protected java.lang.String specifier
Specifier
' attribute.
getSpecifier()
protected static final java.lang.String QUALIFIER_EDEFAULT
Qualifier
' attribute.
getQualifier()
protected java.lang.String qualifier
Qualifier
' attribute.
getQualifier()
protected static final boolean BODY_IN_DECL_EDEFAULT
Body In Decl
' attribute.
isBodyInDecl()
,
Constant Field Valuesprotected boolean bodyInDecl
Body In Decl
' attribute.
isBodyInDecl()
Constructor Detail |
---|
protected CCallableImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class CItemImpl
public java.lang.String getType()
getType
in interface CTypedElement
CTypedElement.setType(String)
,
CmodelPackage.getCTypedElement_Type()
public void setType(java.lang.String newType)
setType
in interface CTypedElement
newType
- the new value of the 'Type' attribute.CTypedElement.getType()
public EList getContent()
getContent
in interface CBlock
CmodelPackage.getCBlock_Content()
public EList getArgument()
getArgument
in interface CCallable
CmodelPackage.getCCallable_Argument()
public java.lang.String getSpecifier()
getSpecifier
in interface CCallable
CCallable.setSpecifier(String)
,
CmodelPackage.getCCallable_Specifier()
public void setSpecifier(java.lang.String newSpecifier)
setSpecifier
in interface CCallable
newSpecifier
- the new value of the 'Specifier' attribute.CCallable.getSpecifier()
public java.lang.String getQualifier()
getQualifier
in interface CCallable
CCallable.setQualifier(String)
,
CmodelPackage.getCCallable_Qualifier()
public void setQualifier(java.lang.String newQualifier)
setQualifier
in interface CCallable
newQualifier
- the new value of the 'Qualifier' attribute.CCallable.getQualifier()
public boolean isBodyInDecl()
isBodyInDecl
in interface CCallable
CCallable.setBodyInDecl(boolean)
,
CmodelPackage.getCCallable_BodyInDecl()
public void setBodyInDecl(boolean newBodyInDecl)
setBodyInDecl
in interface CCallable
newBodyInDecl
- the new value of the 'Body In Decl' attribute.CCallable.isBodyInDecl()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class CItemImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class CItemImpl
public void eUnset(int featureID)
eUnset
in class CItemImpl
public boolean eIsSet(int featureID)
eIsSet
in class CItemImpl
public int eBaseStructuralFeatureID(int derivedFeatureID, java.lang.Class baseClass)
public int eDerivedStructuralFeatureID(int baseFeatureID, java.lang.Class baseClass)
public java.lang.String toString()
toString
in class CItemImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |