public class Listener extends CompatibilityDescriptionGroup
Java class for Listener complex type.
The following schema fragment specifies the expected content contained within this class.
<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 List<JavaClass> |
listenerClasses |
protected String |
listenerClassString |
description, displayName, largeIcon, smallIcondescriptions, displayNames, extensions, href, icons, id, idref, label, type, uuid, version| Constructor and Description |
|---|
Listener() |
| Modifier and Type | Method and Description |
|---|---|
List<JavaClass> |
getListenerClasses()
Gets the value of the listenerClasses property.
|
String |
getListenerClassString()
Gets the value of the listenerClassString property.
|
void |
setListenerClassString(String value)
Sets the value of the listenerClassString property.
|
getDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDisplayName, setLargeIcon, setSmallIcongetDescriptions, getDisplayNames, getExtensions, getHref, getIcons, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersionprotected String listenerClassString
public List<JavaClass> getListenerClasses()
This accessor method returns a reference to the live list, not a
snapshot. Therefore any modification you make to the returned list will
be present inside the JAXB object. This is why there is not a
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 String getListenerClassString()
StringCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.