org.eaglei.network.actions
Enum EagleIQueryActions
java.lang.Object
java.lang.Enum<EagleIQueryActions>
org.eaglei.network.actions.EagleIQueryActions
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<EagleIQueryActions>
public enum EagleIQueryActions
- extends java.lang.Enum<EagleIQueryActions>
- Author:
- Clint Gilbert
Nov 22, 2010
Center for Biomedical Informatics (CBMI)
|
Field Summary |
static java.util.List<org.eaglei.network.driver.Query> |
queries
|
static java.util.List<java.lang.String> |
queryTypes
|
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
RDF
public static final EagleIQueryActions RDF
Count
public static final EagleIQueryActions Count
queryTypes
public static final java.util.List<java.lang.String> queryTypes
queries
public static final java.util.List<org.eaglei.network.driver.Query> queries
values
public static EagleIQueryActions[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (EagleIQueryActions c : EagleIQueryActions.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EagleIQueryActions valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
query
public org.eaglei.network.driver.Query query()
queryActionClass
public java.lang.Class<? extends org.spin.node.actions.QueryAction<?>> queryActionClass()
obtainQueryAction
public org.spin.node.actions.QueryAction<?> obtainQueryAction(org.springframework.context.ApplicationContext context)
throws org.springframework.beans.BeansException
- Throws:
org.springframework.beans.BeansException
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Enum<EagleIQueryActions>
toQueryTypeConfig
public org.spin.tools.config.QueryTypeConfig toQueryTypeConfig()
fromQueryType
public static EagleIQueryActions fromQueryType(java.lang.String queryType)
fromQuery
public static EagleIQueryActions fromQuery(org.eaglei.network.driver.Query query)
Copyright © 2009-2011 Eagle-I. All Rights Reserved.