Uses of Class
name.milesparker.markets.StatusEnum

Packages that use StatusEnum
name.milesparker.markets   
 

Uses of StatusEnum in name.milesparker.markets
 

Methods in name.milesparker.markets that return StatusEnum
 StatusEnum Instrument.getStatus()
          Gets the Status property for Instrument.
static StatusEnum StatusEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StatusEnum[] StatusEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in name.milesparker.markets with parameters of type StatusEnum
 void Instrument.setStatus(StatusEnum _status)
          Sets the Status property for Instrument.