org.eclipse.jst.jsf.facesconfig.emf
Interface MapEntriesType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
MapEntriesTypeImpl

public interface MapEntriesType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Map Entries Type'.

The following features are supported:

See Also:
FacesConfigPackage.getMapEntriesType()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 KeyClassType getKeyClass()
          Returns the value of the 'Key Class' containment reference
 org.eclipse.emf.common.util.EList getMapEntry()
          Returns the value of the 'Map Entry' containment reference list.
 ValueClassType getValueClass()
          Returns the value of the 'Value Class' containment reference
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute
 void setKeyClass(KeyClassType value)
          Sets the value of the 'Key Class' containment reference
 void setValueClass(ValueClassType value)
          Sets the value of the 'Value Class' 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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getKeyClass

KeyClassType getKeyClass()
Returns the value of the 'Key Class' containment reference.

If the meaning of the 'Key Class' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Key Class' containment reference.
See Also:
setKeyClass(KeyClassType), FacesConfigPackage.getMapEntriesType_KeyClass()

setKeyClass

void setKeyClass(KeyClassType value)
Sets the value of the 'Key Class' containment reference.

Parameters:
value - the new value of the 'Key Class' containment reference.
See Also:
getKeyClass()

getValueClass

ValueClassType getValueClass()
Returns the value of the 'Value Class' containment reference.

If the meaning of the 'Value Class' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value Class' containment reference.
See Also:
setValueClass(ValueClassType), FacesConfigPackage.getMapEntriesType_ValueClass()

setValueClass

void setValueClass(ValueClassType value)
Sets the value of the 'Value Class' containment reference.

Parameters:
value - the new value of the 'Value Class' containment reference.
See Also:
getValueClass()

getMapEntry

org.eclipse.emf.common.util.EList getMapEntry()
Returns the value of the 'Map Entry' containment reference list. The list contents are of type MapEntryType.

If the meaning of the 'Map Entry' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Map Entry' containment reference list.
See Also:
FacesConfigPackage.getMapEntriesType_MapEntry()

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), FacesConfigPackage.getMapEntriesType_Id()

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()