ome.services.query
Class Definitions

java.lang.Object
  extended by 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$ $Date$)
Author:
Josh Moore, josh.moore@gmx.de

Constructor Summary
Definitions(QueryParameterDef... parameterDefs)
           
 
Method Summary
 boolean containsKey(Object key)
           
 QueryParameterDef get(Object key)
           
 boolean isEmpty()
           
 Set<String> keySet()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Definitions

public Definitions(QueryParameterDef... parameterDefs)
Method Detail

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: 4.3.3-00d1137e-b2894

Copyright © 2009 The University of Dundee. All Rights Reserved.