cz.cuni.amis.pogamut.multi.communication.worldview.object.event
Enum DummyObjectEvent.EventType
java.lang.Object
java.lang.Enum<DummyObjectEvent.EventType>
cz.cuni.amis.pogamut.multi.communication.worldview.object.event.DummyObjectEvent.EventType
- All Implemented Interfaces:
- Serializable, Comparable<DummyObjectEvent.EventType>
- Enclosing class:
- DummyObjectEvent
public static enum DummyObjectEvent.EventType
- extends Enum<DummyObjectEvent.EventType>
Enumerates all common object event types
- Author:
- srlok
APPEARED
public static final DummyObjectEvent.EventType APPEARED
DESTROYED
public static final DummyObjectEvent.EventType DESTROYED
DISAPPEARED
public static final DummyObjectEvent.EventType DISAPPEARED
FIRST_ENCOUNTERED
public static final DummyObjectEvent.EventType FIRST_ENCOUNTERED
UPDATED
public static final DummyObjectEvent.EventType UPDATED
values
public static DummyObjectEvent.EventType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (DummyObjectEvent.EventType c : DummyObjectEvent.EventType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DummyObjectEvent.EventType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.