public code v1

This commit is contained in:
2026-05-22 11:14:29 +02:00
parent 427197ec5a
commit b8141736eb
28859 changed files with 575079 additions and 0 deletions
@@ -0,0 +1,16 @@
package afryca.lpr.preferences;
/**
* Preference constants
*
* @author Sinbad²
* @version 3.0
*/
public interface PreferenceConstants {
public static final String NODEPATH = "afryca.lpr"; //$NON-NLS-1$
public static final String RANDOM_LPR_FUNCTION_KEY = "random.lpr.function"; //$NON-NLS-1$
public static final String COMPLETE_LPR_FUNCTION_KEY = "complete.lpr.function"; //$NON-NLS-1$
public static final String AGGREGATE_LPR_FUNCTION_KEY = "aggregation.lpr.function"; //$NON-NLS-1$
public static final String CHART_FUNCTION_KEY="gdmp.chart.functions.lpr"; //$NON-NLS-1$
public static final String MODULE_BINDINGS_KEY = "module.bindings.lpr"; //$NON-NLS-1$
}