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

com.talk2object.plum.viewgeneration.ViewDetail Maven / Gradle / Ivy

package com.talk2object.plum.viewgeneration;

public enum ViewDetail {
	/**
	 * as whole, default use toString() or just show its ID or name.
	 */
	COLLAPSED,
	/**
	 * usually show object's inner field name and value
	 */
	EXPANDED, ;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy