org.eaglei.network.actions
Enum EagleIQueryActions

java.lang.Object
  extended by java.lang.Enum<EagleIQueryActions>
      extended by 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)

Enum Constant Summary
Count
           
RDF
           
 
Field Summary
static java.util.List<org.eaglei.network.driver.Query> queries
           
static java.util.List<java.lang.String> queryTypes
           
 
Method Summary
static EagleIQueryActions fromQuery(org.eaglei.network.driver.Query query)
           
static EagleIQueryActions fromQueryType(java.lang.String queryType)
           
 org.eaglei.network.driver.Query query()
           
 java.lang.Class<? extends org.spin.node.actions.QueryAction<?>> queryActionClass()
           
 java.lang.String toString()
           
static EagleIQueryActions valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EagleIQueryActions[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
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
 

Enum Constant Detail

RDF

public static final EagleIQueryActions RDF

Count

public static final EagleIQueryActions Count
Field Detail

queryTypes

public static final java.util.List<java.lang.String> queryTypes

queries

public static final java.util.List<org.eaglei.network.driver.Query> queries
Method Detail

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<EagleIQueryActions>

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.