Constant Field Values

Contents

org.openl.*

  • org.openl.rules.helpers.RulesUtils 
    Modifier and Type Constant Field Value
    public static final String DEFAULT_DOUBLE_FORMAT "#,##0.00"
    public static final double E 2.718281828459045
    public static final double PI 3.141592653589793
  • org.openl.rules.table.actions.UndoableEditTableAction 
    Modifier and Type Constant Field Value
    public static final boolean COLUMNS true
    public static final boolean INSERT true
    public static final boolean REMOVE false
    public static final boolean ROWS false
  • org.openl.rules.table.ui.ICellStyle 
    Modifier and Type Constant Field Value
    public static final int BOTTOM 2
    public static final int LEFT 3
    public static final int RIGHT 1
    public static final int TOP 0