public class IconImpl extends Object implements Icon
| Constructor and Description |
|---|
IconImpl(XsdString smallIcon,
XsdString largeIcon,
String lang,
String id)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CopyableMetaData |
copy() |
boolean |
equals(Object obj) |
String |
getId() |
String |
getLang() |
XsdString |
getLargeIcon() |
XsdString |
getSmallIcon() |
int |
hashCode() |
void |
setLang(String lng)
Set the lang
|
String |
toString() |
public XsdString getSmallIcon()
getSmallIcon in interface Iconpublic XsdString getLargeIcon()
getLargeIcon in interface Iconpublic String getLang()
getLang in interface IcongetLang in interface LocalizedMetadatapublic String getId()
getId in interface IdDecoratedMetadatapublic void setLang(String lng)
lng - The valuepublic CopyableMetaData copy()
copy in interface CopyableMetaDataCopyright © 2021 JBoss by Red Hat. All rights reserved.