Interface Icon
-
- All Superinterfaces:
Cloneable,CopyableMetaData,IdDecoratedMetadata,JCAMetadata,LocalizedMetadata,Serializable
public interface Icon extends IdDecoratedMetadata, LocalizedMetadata, CopyableMetaData
Icon- Author:
- Jesper Pedersen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLang()Language used for this string at xml level.XsdStringgetLargeIcon()XsdStringgetSmallIcon()-
Methods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copy
-
Methods inherited from interface org.jboss.jca.common.api.metadata.spec.IdDecoratedMetadata
getId
-
-
-
-
Method Detail
-
getSmallIcon
XsdString getSmallIcon()
- Returns:
- smallIcon
-
getLargeIcon
XsdString getLargeIcon()
- Returns:
- largeIcon
-
getLang
String getLang()
Description copied from interface:LocalizedMetadataLanguage used for this string at xml level. Value are like "en", "it", "fr" and so on- Specified by:
getLangin interfaceLocalizedMetadata- Returns:
- lang
-
-