ome.services.query
Class Definitions
java.lang.Object
ome.services.query.Definitions
public class Definitions
- extends Object
container for QueryParameterDef
instances.
Typically created as a static variable in a Query and passed to the super
constructor ({@link ome.services.query.Query#Query(Definitions, Parameters))
- Since:
- OMERO 3.0
- Version:
- 1.0 (Internal version: $Rev: 1167 $ $Date: 2006-12-15 10:39:34 +0000 (Fri, 15 Dec 2006) $)
- Author:
- Josh Moore, josh.moore@gmx.de
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Definitions
public Definitions(QueryParameterDef... parameterDefs)
containsKey
public boolean containsKey(Object key)
isEmpty
public boolean isEmpty()
keySet
public Set<String> keySet()
size
public int size()
get
public QueryParameterDef get(Object key)
OmeroJava Api
Version: Beta4.2.1-r8614-Beta4.2-b41
Copyright © 2009 The University of Dundee. All Rights Reserved.