public class EventListImpl extends AbstractMetadataListImpl implements EventList
Modifier and Type | Field and Description |
---|---|
protected OgcPropertyList<Event> |
eventList |
definition
Constructor and Description |
---|
EventListImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addEvent(Event event)
Adds a new event property
|
OgcPropertyList<Event> |
getEventList()
Gets the list of event properties
|
int |
getNumEvents()
Returns number of event properties
|
getDefinition, isSetDefinition, setDefinition
copyTo, getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefinition, isSetDefinition, setDefinition
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
protected OgcPropertyList<Event> eventList
public OgcPropertyList<Event> getEventList()
getEventList
in interface EventList
public int getNumEvents()
getNumEvents
in interface EventList