Class IconTypeImpl<T>
java.lang.Object
org.jboss.shrinkwrap.descriptor.impl.javaee7.IconTypeImpl<T>
- All Implemented Interfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>,IconType<T>
public class IconTypeImpl<T>
extends Object
implements org.jboss.shrinkwrap.descriptor.api.Child<T>, IconType<T>
This class implements the
iconType xsd type-
Constructor Summary
ConstructorsConstructorDescriptionIconTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node) IconTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode) -
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns theidattributeReturns thelarge-iconelementReturns thesmall-iconelementSets theidattributeSets thelarge-iconelementremoveId()Removes theidattributeRemoves thelarge-iconelementRemoves thesmall-iconelementSets thesmall-iconelementup()
-
Constructor Details
-
IconTypeImpl
-
IconTypeImpl
-
-
Method Details
-
up
- Specified by:
upin interfaceorg.jboss.shrinkwrap.descriptor.api.Child<T>
-
smallIcon
Sets thesmall-iconelement -
getSmallIcon
Returns thesmall-iconelement- Specified by:
getSmallIconin interfaceIconType<T>- Returns:
- the node defined for the element
small-icon
-
removeSmallIcon
Removes thesmall-iconelement- Specified by:
removeSmallIconin interfaceIconType<T>- Returns:
- the current instance of
IconType
-
largeIcon
Sets thelarge-iconelement -
getLargeIcon
Returns thelarge-iconelement- Specified by:
getLargeIconin interfaceIconType<T>- Returns:
- the node defined for the element
large-icon
-
removeLargeIcon
Removes thelarge-iconelement- Specified by:
removeLargeIconin interfaceIconType<T>- Returns:
- the current instance of
IconType
-
id
Sets theidattribute -
getId
Returns theidattribute -
removeId
Removes theidattribute
-