public class CompatibilityDescriptionGroup extends DescriptionGroup
<complexType name="CompatibilityDescriptionGroup">
<complexContent>
<extension base="{common.xmi}DescriptionGroup">
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="largeIcon" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="smallIcon" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
displayName |
protected String |
largeIcon |
protected String |
smallIcon |
descriptions, displayNames, extensions, href, icons, id, idref, label, type, uuid, version| Constructor and Description |
|---|
CompatibilityDescriptionGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
String |
getLargeIcon()
Gets the value of the largeIcon property.
|
String |
getSmallIcon()
Gets the value of the smallIcon property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setLargeIcon(String value)
Sets the value of the largeIcon property.
|
void |
setSmallIcon(String value)
Sets the value of the smallIcon property.
|
getDescriptions, getDisplayNames, getExtensions, getHref, getIcons, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersionprotected String description
protected String displayName
protected String largeIcon
protected String smallIcon
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is Stringpublic String getLargeIcon()
Stringpublic void setLargeIcon(String value)
value - allowed object is Stringpublic String getSmallIcon()
StringCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.