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


public interface FilterType

A representation of the model object 'Filter Type'.

The following features are supported:

See Also:
Webapp23Package.getFilterType()
Generated:
Model:
extendedMetaData="name='filter_._type' kind='elementOnly'"

Method Summary
 DescriptionType getDescription()
          Returns the value of the 'Description' containment reference.
 DisplayNameType getDisplayName()
          Returns the value of the 'Display Name' containment reference.
 FilterClassType getFilterClass()
          Returns the value of the 'Filter Class' containment reference.
 FilterNameType getFilterName()
          Returns the value of the 'Filter Name' containment reference.
 IconType getIcon()
          Returns the value of the 'Icon' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
  getInitParam()
          Returns the value of the 'Init Param' containment reference list.
 void setDescription(DescriptionType value)
          Sets the value of the 'Description' containment reference.
 void setDisplayName(DisplayNameType value)
          Sets the value of the 'Display Name' containment reference.
 void setFilterClass(FilterClassType value)
          Sets the value of the 'Filter Class' containment reference.
 void setFilterName(FilterNameType value)
          Sets the value of the 'Filter Name' containment reference.
 void setIcon(IconType value)
          Sets the value of the 'Icon' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 

Method Detail

getIcon

IconType getIcon()
Returns the value of the 'Icon' containment reference.

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

Returns:
the value of the 'Icon' containment reference.
See Also:
setIcon(IconType), Webapp23Package.getFilterType_Icon()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='icon' namespace='##targetNamespace'"

setIcon

void setIcon(IconType value)
Sets the value of the 'Icon' containment reference.

Parameters:
value - the new value of the 'Icon' containment reference.
See Also:
getIcon()
Generated:

getFilterName

FilterNameType getFilterName()
Returns the value of the 'Filter Name' containment reference.

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

Returns:
the value of the 'Filter Name' containment reference.
See Also:
setFilterName(FilterNameType), Webapp23Package.getFilterType_FilterName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='filter-name' namespace='##targetNamespace'"

setFilterName

void setFilterName(FilterNameType value)
Sets the value of the 'Filter Name' containment reference.

Parameters:
value - the new value of the 'Filter Name' containment reference.
See Also:
getFilterName()
Generated:

getDisplayName

DisplayNameType getDisplayName()
Returns the value of the 'Display Name' containment reference.

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

Returns:
the value of the 'Display Name' containment reference.
See Also:
setDisplayName(DisplayNameType), Webapp23Package.getFilterType_DisplayName()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='display-name' namespace='##targetNamespace'"

setDisplayName

void setDisplayName(DisplayNameType value)
Sets the value of the 'Display Name' containment reference.

Parameters:
value - the new value of the 'Display Name' containment reference.
See Also:
getDisplayName()
Generated:

getDescription

DescriptionType getDescription()
Returns the value of the 'Description' containment reference.

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

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(DescriptionType), Webapp23Package.getFilterType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"

setDescription

void setDescription(DescriptionType value)
Sets the value of the 'Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()
Generated:

getFilterClass

FilterClassType getFilterClass()
Returns the value of the 'Filter Class' containment reference.

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

Returns:
the value of the 'Filter Class' containment reference.
See Also:
setFilterClass(FilterClassType), Webapp23Package.getFilterType_FilterClass()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='filter-class' namespace='##targetNamespace'"

setFilterClass

void setFilterClass(FilterClassType value)
Sets the value of the 'Filter Class' containment reference.

Parameters:
value - the new value of the 'Filter Class' containment reference.
See Also:
getFilterClass()
Generated:

getInitParam

 getInitParam()
Returns the value of the 'Init Param' containment reference list. The list contents are of type InitParamType.

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

Returns:
the value of the 'Init Param' containment reference list.
See Also:
Webapp23Package.getFilterType_InitParam()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='init-param' namespace='##targetNamespace'"

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.getFilterType_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: