|
||||||||||
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.InterfaceItemImpl
org.eclipse.etrice.core.room.impl.PortImpl
public class PortImpl
An implementation of the model object 'Port'.
The following features are implemented:
Field Summary | |
---|---|
protected boolean |
conjugated
The cached value of the ' Conjugated ' attribute. |
protected static boolean |
CONJUGATED_EDEFAULT
The default value of the ' Conjugated ' attribute. |
protected Documentation |
docu
The cached value of the ' Docu ' containment reference. |
protected int |
multiplicity
The cached value of the ' Multiplicity ' attribute. |
protected static int |
MULTIPLICITY_EDEFAULT
The default value of the ' Multiplicity ' attribute. |
Fields inherited from class org.eclipse.etrice.core.room.impl.InterfaceItemImpl |
---|
name, NAME_EDEFAULT, protocol |
Constructor Summary | |
---|---|
protected |
PortImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetDocu(Documentation newDocu,
NotificationChain msgs)
|
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)
|
Documentation |
getDocu()
|
int |
getMultiplicity()
|
boolean |
isConjugated()
|
boolean |
isReplicated()
|
void |
setConjugated(boolean newConjugated)
|
void |
setDocu(Documentation newDocu)
|
void |
setMultiplicity(int newMultiplicity)
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.etrice.core.room.impl.InterfaceItemImpl |
---|
basicGetProtocol, getName, getProtocol, setName, setProtocol |
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.InterfaceItem |
---|
getName, getProtocol, setName, setProtocol |
Field Detail |
---|
protected static final boolean CONJUGATED_EDEFAULT
Conjugated
' attribute.
isConjugated()
,
Constant Field Valuesprotected boolean conjugated
Conjugated
' attribute.
isConjugated()
protected static final int MULTIPLICITY_EDEFAULT
Multiplicity
' attribute.
getMultiplicity()
,
Constant Field Valuesprotected int multiplicity
Multiplicity
' attribute.
getMultiplicity()
protected Documentation docu
Docu
' containment reference.
getDocu()
Constructor Detail |
---|
protected PortImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class InterfaceItemImpl
public boolean isConjugated()
isConjugated
in interface Port
Port.setConjugated(boolean)
,
RoomPackage.getPort_Conjugated()
public void setConjugated(boolean newConjugated)
setConjugated
in interface Port
newConjugated
- the new value of the 'Conjugated' attribute.Port.isConjugated()
public int getMultiplicity()
getMultiplicity
in interface Port
Port.setMultiplicity(int)
,
RoomPackage.getPort_Multiplicity()
public void setMultiplicity(int newMultiplicity)
setMultiplicity
in interface Port
newMultiplicity
- the new value of the 'Multiplicity' attribute.Port.getMultiplicity()
public Documentation getDocu()
getDocu
in interface Port
Port.setDocu(Documentation)
,
RoomPackage.getPort_Docu()
public NotificationChain basicSetDocu(Documentation newDocu, NotificationChain msgs)
public void setDocu(Documentation newDocu)
setDocu
in interface Port
newDocu
- the new value of the 'Docu' containment reference.Port.getDocu()
public boolean isReplicated()
isReplicated
in interface Port
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class InterfaceItemImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class InterfaceItemImpl
public void eUnset(int featureID)
eUnset
in class InterfaceItemImpl
public boolean eIsSet(int featureID)
eIsSet
in class InterfaceItemImpl
public java.lang.String toString()
toString
in class InterfaceItemImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |