Uses of Class
logic.USE_MODE

Packages that use USE_MODE 
Package Description
logic  
  • Uses of USE_MODE in logic

    Methods in logic that return USE_MODE 
    Modifier and Type Method Description
    USE_MODE CalcLogic.getUseMode()  
    static USE_MODE USE_MODE.valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static USE_MODE[] USE_MODE.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in logic with parameters of type USE_MODE 
    Modifier and Type Method Description
    void CalcLogic.setUseMode​(USE_MODE useMode)