public class Listener extends CompatibilityDescriptionGroup
<complexType name="Listener"> <complexContent> <extension base="{common.xmi}CompatibilityDescriptionGroup"> <choice maxOccurs="unbounded" minOccurs="0"> <element name="listenerClass" type="{java.xmi}JavaClass"/> </choice> <attribute name="listenerClass" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<JavaClass> |
listenerClasses |
protected java.lang.String |
listenerClassString |
description, displayName, largeIcon, smallIcon
descriptions, displayNames, extensions, href, icons, id, idref, label, type, uuid, version
Constructor and Description |
---|
Listener() |
Modifier and Type | Method and Description |
---|---|
java.util.List<JavaClass> |
getListenerClasses()
Gets the value of the listenerClasses property.
|
java.lang.String |
getListenerClassString()
Gets the value of the listenerClassString property.
|
void |
setListenerClassString(java.lang.String value)
Sets the value of the listenerClassString property.
|
getDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDisplayName, setLargeIcon, setSmallIcon
getDescriptions, getDisplayNames, getExtensions, getHref, getIcons, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersion
protected java.util.List<JavaClass> listenerClasses
protected java.lang.String listenerClassString
public java.util.List<JavaClass> getListenerClasses()
set
method for the listenerClasses property.
For example, to add a new item, do as follows:
getListenerClasses().add(newItem);Objects of the following type(s) are allowed in the list
JavaClass
public java.lang.String getListenerClassString()
String
public void setListenerClassString(java.lang.String value)
value
- allowed object is String