Uses of Class
org.daisy.pipeline.client.models.job.Message.Level

Packages that use Message.Level
org.daisy.pipeline.client.models.job   
 

Uses of Message.Level in org.daisy.pipeline.client.models.job
 

Fields in org.daisy.pipeline.client.models.job declared as Message.Level
 Message.Level Message.level
           
 

Methods in org.daisy.pipeline.client.models.job that return Message.Level
static Message.Level Message.Level.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Message.Level[] Message.Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.daisy.pipeline.client.models.job with parameters of type Message.Level
Message(Message.Level level, int sequence, java.lang.String text)