public interface FilterType
The following features are supported:
Webapp24Package.getFilterType()| Modifier and Type | Method and Description |
|---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list.
|
|
getDisplayName()
Returns the value of the 'Display Name' containment reference list.
|
FullyQualifiedClassType |
getFilterClass()
Returns the value of the 'Filter Class' containment reference.
|
FilterNameType |
getFilterName()
Returns the value of the 'Filter Name' containment reference.
|
|
getIcon()
Returns the value of the 'Icon' containment reference list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
|
getInitParam()
Returns the value of the 'Init Param' containment reference list.
|
void |
setFilterClass(FullyQualifiedClassType value)
Sets the value of the '
Filter Class' containment reference. |
void |
setFilterName(FilterNameType value)
Sets the value of the '
Filter Name' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
Webapp24Package.getFilterType_Description()getDisplayName()
DisplayNameType.
If the meaning of the 'Display Name' containment reference list isn't clear, there really should be more of a description here...
Webapp24Package.getFilterType_DisplayName()getIcon()
IconType.
If the meaning of the 'Icon' containment reference list isn't clear, there really should be more of a description here...
Webapp24Package.getFilterType_Icon()FilterNameType getFilterName()
If the meaning of the 'Filter Name' containment reference isn't clear, there really should be more of a description here...
setFilterName(FilterNameType),
Webapp24Package.getFilterType_FilterName()void setFilterName(FilterNameType value)
Filter Name' containment reference.
value - the new value of the 'Filter Name' containment reference.getFilterName()FullyQualifiedClassType getFilterClass()
setFilterClass(FullyQualifiedClassType),
Webapp24Package.getFilterType_FilterClass()void setFilterClass(FullyQualifiedClassType value)
Filter Class' containment reference.
value - the new value of the 'Filter Class' containment reference.getFilterClass()getInitParam()
ParamValueType.
The init-param element contains a name/value pair as
an initialization param of a servlet filter
Webapp24Package.getFilterType_InitParam()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),
Webapp24Package.getFilterType_Id()