com.neoworks.jukex.query
Class QueryType

java.lang.Object
  |
  +--com.neoworks.jukex.query.QueryType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
QueryType.Attribute, QueryType.Track

public abstract class QueryType
extends java.lang.Object
implements java.io.Serializable

Abstract class to represent a Query type

Author:
Nick Vincent (nick@neoworks.com)
See Also:
Serialized Form

Nested Class Summary
static class QueryType.Attribute
          Attribute Query type
static class QueryType.Track
          Track Query type
 
Constructor Summary
QueryType()
          Public constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryType

public QueryType()
Public constructor