Skip to content

current value versus display values for query fields #23

@michael-conway

Description

@michael-conway

In MetadataTemplateElement, why are current value and display value two different fields for a ref_query? the ref query should be stored somewhere else....

/**
	 * Contains the CURRENT value of this element.
	 */
	private List<String> currentValue = new ArrayList<String>();

	/**
	 * Contains the DISPLAY value of this element. For example, an element of
	 * type REF_IRODS_QUERY may have a current value of "data.size", but a
	 * display value of "18375".
	 */
	private List<String> displayValue = new ArrayList<String>();

	

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions