|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapEntryType
A representation of the model object 'Map Entry Type'.
The following features are supported:
FacesConfigPackage.getMapEntryType()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
KeyType |
getKey()
Returns the value of the 'Key' containment reference |
NullValueType |
getNullValue()
Returns the value of the 'Null Value' containment reference |
ValueType |
getValue()
Returns the value of the 'Value' containment reference |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setKey(KeyType value)
Sets the value of the ' Key ' containment reference |
void |
setNullValue(NullValueType value)
Sets the value of the ' Null Value ' containment reference |
void |
setValue(ValueType value)
Sets the value of the ' Value ' containment reference |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
KeyType getKey()
If the meaning of the 'Key' containment reference isn't clear, there really should be more of a description here...
setKey(KeyType)
,
FacesConfigPackage.getMapEntryType_Key()
void setKey(KeyType value)
Key
' containment reference.
value
- the new value of the 'Key' containment reference.getKey()
NullValueType getNullValue()
If the meaning of the 'Null Value' containment reference isn't clear, there really should be more of a description here...
setNullValue(NullValueType)
,
FacesConfigPackage.getMapEntryType_NullValue()
void setNullValue(NullValueType value)
Null Value
' containment reference.
value
- the new value of the 'Null Value' containment reference.getNullValue()
ValueType getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(ValueType)
,
FacesConfigPackage.getMapEntryType_Value()
void setValue(ValueType value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
FacesConfigPackage.getMapEntryType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |