Uses of Class
org.forester.phylogeny.data.Event.EventType
-
Packages that use Event.EventType Package Description org.forester.phylogeny.data -
-
Uses of Event.EventType in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return Event.EventType Modifier and Type Method Description Event.EventType
Event. getEventType()
static Event.EventType
Event.EventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Event.EventType[]
Event.EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.forester.phylogeny.data with parameters of type Event.EventType Constructor Description Event(Event.EventType type)
-