|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
org.eclipse.jst.jsf.facesconfig.emf.impl.MapEntryTypeImpl
public class MapEntryTypeImpl
An implementation of the model object 'Map Entry Type'.
The following features are implemented:
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
NotificationChain |
basicSetKey(KeyType newKey,
NotificationChain msgs)
|
NotificationChain |
basicSetNullValue(NullValueType newNullValue,
NotificationChain msgs)
|
NotificationChain |
basicSetValue(ValueType newValue,
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)
|
void |
eUnset(int featureID)
|
java.lang.String |
getId()
|
KeyType |
getKey()
|
NullValueType |
getNullValue()
|
ValueType |
getValue()
|
void |
setId(java.lang.String newId)
|
void |
setKey(KeyType newKey)
|
void |
setNullValue(NullValueType newNullValue)
|
void |
setValue(ValueType newValue)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String copyright
Method Detail |
---|
public KeyType getKey()
getKey
in interface MapEntryType
MapEntryType.setKey(KeyType)
,
FacesConfigPackage.getMapEntryType_Key()
public NotificationChain basicSetKey(KeyType newKey, NotificationChain msgs)
newKey
- msgs
-
public void setKey(KeyType newKey)
setKey
in interface MapEntryType
newKey
- the new value of the 'Key' containment reference.MapEntryType.getKey()
public NullValueType getNullValue()
getNullValue
in interface MapEntryType
MapEntryType.setNullValue(NullValueType)
,
FacesConfigPackage.getMapEntryType_NullValue()
public NotificationChain basicSetNullValue(NullValueType newNullValue, NotificationChain msgs)
newNullValue
- msgs
-
public void setNullValue(NullValueType newNullValue)
setNullValue
in interface MapEntryType
newNullValue
- the new value of the 'Null Value' containment reference.MapEntryType.getNullValue()
public ValueType getValue()
getValue
in interface MapEntryType
MapEntryType.setValue(ValueType)
,
FacesConfigPackage.getMapEntryType_Value()
public NotificationChain basicSetValue(ValueType newValue, NotificationChain msgs)
newValue
- msgs
-
public void setValue(ValueType newValue)
setValue
in interface MapEntryType
newValue
- the new value of the 'Value' containment reference.MapEntryType.getValue()
public java.lang.String getId()
getId
in interface MapEntryType
MapEntryType.setId(String)
,
FacesConfigPackage.getMapEntryType_Id()
public void setId(java.lang.String newId)
setId
in interface MapEntryType
newId
- the new value of the 'Id' attribute.MapEntryType.getId()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
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 |