All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.oddjob.arooa.ArooaConstants Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
/*
 * (c) Rob Gordon 2005.
 */
package org.oddjob.arooa;

/**
 * Constant values used in the Arooa Framework.
 */
public class ArooaConstants {

	/** The attribute from which we get a components id. */
	public static final String ID_PROPERTY = "id";

	public static final String KEY_PROPERTY = "key";
	
	public static final String ITEM_TAG = "is";
	
	public static final String DATE_FORMAT = "yyyy-MM-dd";
	public static final String DATE_FORMAT_TZ = "yyyy-MM-dd z";
	
	public static final String TIME_FORMAT1 = "HH:mm:ss.SSS";
	public static final String TIME_FORMAT2 = "HH:mm:ss";
	public static final String TIME_FORMAT3 = "HH:mm";

	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy