public interface IconType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
iconType xsd type| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the
id attribute |
java.lang.String |
getLargeIcon()
Returns the
large-icon element |
java.lang.String |
getSmallIcon()
Returns the
small-icon element |
IconType<T> |
id(java.lang.String id)
Sets the
id attribute |
IconType<T> |
largeIcon(java.lang.String largeIcon)
Sets the
large-icon element |
IconType<T> |
removeId()
Removes the
id attribute |
IconType<T> |
removeLargeIcon()
Removes the
large-icon element |
IconType<T> |
removeSmallIcon()
Removes the
small-icon element |
IconType<T> |
smallIcon(java.lang.String smallIcon)
Sets the
small-icon element |
IconType<T> smallIcon(java.lang.String smallIcon)
small-icon elementsmallIcon - the value for the element small-iconIconTypejava.lang.String getSmallIcon()
small-icon elementsmall-iconIconType<T> removeSmallIcon()
small-icon elementIconTypeIconType<T> largeIcon(java.lang.String largeIcon)
large-icon elementlargeIcon - the value for the element large-iconIconTypejava.lang.String getLargeIcon()
large-icon elementlarge-iconIconType<T> removeLargeIcon()
large-icon elementIconTypeIconType<T> id(java.lang.String id)
id attributeid - the value for the attribute idIconTypejava.lang.String getId()
id attributeidCopyright © 2013 IronJacamar (http://www.ironjacamar.org)