Interface Icon<T>
- All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
- All Known Implementing Classes:
IconImpl
public interface Icon<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
This interface defines the contract for the
icon xsd type-
Method Summary
Modifier and TypeMethodDescriptionReturns thelarge-iconelementReturns thesmall-iconelementSets thelarge-iconelementRemoves thelarge-iconelementRemoves thesmall-iconelementSets thesmall-iconelementMethods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
-
Method Details
-
smallIcon
Sets thesmall-iconelement- Parameters:
smallIcon- the value for the elementsmall-icon- Returns:
- the current instance of
Icon
-
getSmallIcon
String getSmallIcon()Returns thesmall-iconelement- Returns:
- the node defined for the element
small-icon
-
removeSmallIcon
Removes thesmall-iconelement- Returns:
- the current instance of
Icon
-
largeIcon
Sets thelarge-iconelement- Parameters:
largeIcon- the value for the elementlarge-icon- Returns:
- the current instance of
Icon
-
getLargeIcon
String getLargeIcon()Returns thelarge-iconelement- Returns:
- the node defined for the element
large-icon
-
removeLargeIcon
Removes thelarge-iconelement- Returns:
- the current instance of
Icon
-