Uses of Class
org.opennms.api.integration.ticketing.Ticket.State

Uses of Ticket.State in org.opennms.api.integration.ticketing
 

Methods in org.opennms.api.integration.ticketing that return Ticket.State
 Ticket.State Ticket.getState()
          Returns the current Ticket.State
static Ticket.State Ticket.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Ticket.State[] Ticket.State.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.opennms.api.integration.ticketing with parameters of type Ticket.State
 void Ticket.setState(Ticket.State state)
          Sets the Ticket state to one of the Ticket.State Enums.
 



Copyright © 2008. All Rights Reserved.