Interface IconType<T>
- All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
- All Known Implementing Classes:
IconTypeImpl
public interface IconType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
This interface defines the contract for the
iconType xsd type-
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns theidattributeReturns thelarge-iconelementReturns thesmall-iconelementSets theidattributeSets thelarge-iconelementremoveId()Removes theidattributeRemoves 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
IconType
-
getSmallIcon
String getSmallIcon()Returns thesmall-iconelement- Returns:
- the node defined for the element
small-icon
-
removeSmallIcon
Removes thesmall-iconelement- Returns:
- the current instance of
IconType
-
largeIcon
Sets thelarge-iconelement- Parameters:
largeIcon- the value for the elementlarge-icon- Returns:
- the current instance of
IconType
-
getLargeIcon
String getLargeIcon()Returns thelarge-iconelement- Returns:
- the node defined for the element
large-icon
-
removeLargeIcon
Removes thelarge-iconelement- Returns:
- the current instance of
IconType
-
id
Sets theidattribute- Parameters:
id- the value for the attributeid- Returns:
- the current instance of
IconType
-
getId
String getId()Returns theidattribute- Returns:
- the value defined for the attribute
id
-
removeId
Removes theidattribute- Returns:
- the current instance of
IconType
-