public interface FilterType
The following features are supported:
Webapp23Package.getFilterType()| Modifier and Type | Method and Description |
|---|---|
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. |
IconType getIcon()
If the meaning of the 'Icon' containment reference isn't clear, there really should be more of a description here...
setIcon(IconType),
Webapp23Package.getFilterType_Icon()void setIcon(IconType value)
Icon' containment reference.
value - the new value of the 'Icon' containment reference.getIcon()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),
Webapp23Package.getFilterType_FilterName()void setFilterName(FilterNameType value)
Filter Name' containment reference.
value - the new value of the 'Filter Name' containment reference.getFilterName()DisplayNameType getDisplayName()
If the meaning of the 'Display Name' containment reference isn't clear, there really should be more of a description here...
setDisplayName(DisplayNameType),
Webapp23Package.getFilterType_DisplayName()void setDisplayName(DisplayNameType value)
Display Name' containment reference.
value - the new value of the 'Display Name' containment reference.getDisplayName()DescriptionType getDescription()
If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...
setDescription(DescriptionType),
Webapp23Package.getFilterType_Description()void setDescription(DescriptionType value)
Description' containment reference.
value - the new value of the 'Description' containment reference.getDescription()FilterClassType getFilterClass()
If the meaning of the 'Filter Class' containment reference isn't clear, there really should be more of a description here...
setFilterClass(FilterClassType),
Webapp23Package.getFilterType_FilterClass()void setFilterClass(FilterClassType value)
Filter Class' containment reference.
value - the new value of the 'Filter Class' containment reference.getFilterClass()getInitParam()
InitParamType.
If the meaning of the 'Init Param' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.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),
Webapp23Package.getFilterType_Id()