Class IconImpl<T>
java.lang.Object
org.jboss.shrinkwrap.descriptor.impl.connector10.IconImpl<T>
- All Implemented Interfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>,Icon<T>
public class IconImpl<T>
extends Object
implements org.jboss.shrinkwrap.descriptor.api.Child<T>, Icon<T>
This class implements the
icon xsd type-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns thelarge-iconelementReturns thesmall-iconelementSets thelarge-iconelementRemoves thelarge-iconelementRemoves thesmall-iconelementSets thesmall-iconelementup()
-
Constructor Details
-
IconImpl
-
IconImpl
-
-
Method Details
-
up
- Specified by:
upin interfaceorg.jboss.shrinkwrap.descriptor.api.Child<T>
-
smallIcon
Sets thesmall-iconelement -
getSmallIcon
Returns thesmall-iconelement- Specified by:
getSmallIconin interfaceIcon<T>- Returns:
- the node defined for the element
small-icon
-
removeSmallIcon
Removes thesmall-iconelement- Specified by:
removeSmallIconin interfaceIcon<T>- Returns:
- the current instance of
Icon
-
largeIcon
Sets thelarge-iconelement -
getLargeIcon
Returns thelarge-iconelement- Specified by:
getLargeIconin interfaceIcon<T>- Returns:
- the node defined for the element
large-icon
-
removeLargeIcon
Removes thelarge-iconelement- Specified by:
removeLargeIconin interfaceIcon<T>- Returns:
- the current instance of
Icon
-