GWT 2.7.0

Uses of Class
com.google.web.bindery.requestfactory.shared.messages.IdMessage.Strength

Packages that use IdMessage.Strength
com.google.web.bindery.requestfactory.shared.messages Contains classes that define the RequestFactory wire format. 
 

Uses of IdMessage.Strength in com.google.web.bindery.requestfactory.shared.messages
 

Methods in com.google.web.bindery.requestfactory.shared.messages that return IdMessage.Strength
 IdMessage.Strength IdMessage.getStrength()
           
static IdMessage.Strength IdMessage.Strength.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IdMessage.Strength[] IdMessage.Strength.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.web.bindery.requestfactory.shared.messages with parameters of type IdMessage.Strength
 void IdMessage.setStrength(IdMessage.Strength value)
           
 


GWT 2.7.0