Uses of Class
com.google.web.bindery.requestfactory.shared.messages.IdMessage.Strength
-
Packages that use IdMessage.Strength Package Description 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 Modifier and Type Method Description IdMessage.StrengthIdMessage. getStrength()static IdMessage.StrengthIdMessage.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 Modifier and Type Method Description voidIdMessage. setStrength(IdMessage.Strength value)
-