Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

current value versus display values for query fields #23

Open
michael-conway opened this issue Mar 27, 2017 · 0 comments
Open

current value versus display values for query fields #23

michael-conway opened this issue Mar 27, 2017 · 0 comments
Assignees
Labels

Comments

@michael-conway
Copy link
Contributor

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>();

	
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant