org.eclipse.modisco.jee.webapp.webapp23
Interface FilterNameType


public interface FilterNameType

A representation of the model object 'Filter Name Type'.

The following features are supported:

See Also:
Webapp23Package.getFilterNameType()
Generated:
Model:
extendedMetaData="name='filter-name_._type' kind='mixed'"

Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 

Method Detail

getMixed

FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Mixed' attribute list.
See Also:
Webapp23Package.getFilterNameType_Mixed()
Generated:
Model:
unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='elementWildcard' name=':mixed'"

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), Webapp23Package.getFilterNameType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

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()
Generated: