Révision 588

tmp/org.txm.core/src/java/org/txm/core/results/Parameter.java (revision 588)
24 24
	public final int COMPUTING = 0, RENDERING = 1;  
25 25
	
26 26
	/**
27
	 * String representation of the types for logging purpose.
28
	 */
29
	public final String[] types = {"Computing", "Rendering"}; //$NON-NLS-1$
30
	
31
	/**
27 32
	 * The parameter key name. If filled with some preference key, it can be used to automatically load or save parameters from and to the preferences nodes.
28 33
	 * @return
29 34
	 */
tmp/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 588)
310 310
		
311 311
		StringBuilder str = new StringBuilder();
312 312
		
313
		str.append("Parameters (type = " + parametersType + ")\n");
313
		str.append("Parameters (type = " + parametersType + " / " + Parameter.types[parametersType] + ")\n");
314 314
		
315 315
		List<Field> fields = new ArrayList<Field>();
316 316
		Class<?> clazz = this.getClass();

Formats disponibles : Unified diff