Package com.ibm.ws.javaee.dd.common
Interface DescriptionGroup
-
- All Superinterfaces:
Describable
- All Known Subinterfaces:
Filter
,JSPPropertyGroup
,Listener
,MessageDestination
,ModuleDeploymentDescriptor
,Servlet
,WebApp
,WebCommon
,WebFragment
public interface DescriptionGroup extends Describable
Represents the descriptionGroup type from the javaee XSD.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<DisplayName>
getDisplayNames()
java.util.List<Icon>
getIcons()
-
Methods inherited from interface com.ibm.ws.javaee.dd.common.Describable
getDescriptions
-
-
-
-
Method Detail
-
getDisplayNames
java.util.List<DisplayName> getDisplayNames()
- Returns:
- <display-name> as a read-only list
-
getIcons
java.util.List<Icon> getIcons()
- Returns:
- <icon> as a read-only list
-
-