Uses of Class
com.helger.regrep.lcm.Mode
-
Packages that use Mode Package Description com.helger.regrep.lcm -
-
Uses of Mode in com.helger.regrep.lcm
Methods in com.helger.regrep.lcm that return Mode Modifier and Type Method Description static ModeMode. fromValue(String v)ModeSubmitObjectsRequest. getMode()Gets the value of the mode property.ModeUpdateObjectsRequest. getMode()Gets the value of the mode property.static ModeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Mode[]Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.regrep.lcm with parameters of type Mode Modifier and Type Method Description voidSubmitObjectsRequest. setMode(Mode value)Sets the value of the mode property.voidUpdateObjectsRequest. setMode(Mode value)Sets the value of the mode property.
-