com.spoledge.audao.parser.gql.impl.soft
Class GaeTypes

java.lang.Object
  extended by com.spoledge.audao.parser.gql.impl.soft.GaeTypes

public class GaeTypes
extends java.lang.Object


Nested Class Summary
static class GaeTypes.Type
           
 
Field Summary
static int N_A
          Comparator not available - cannot compare.
 
Constructor Summary
GaeTypes()
           
 
Method Summary
static int compare(java.lang.Object o1, java.lang.Object o2)
          Compares all single values.
static GaeTypes.Type getType(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

N_A

public static final int N_A
Comparator not available - cannot compare.

See Also:
Constant Field Values
Constructor Detail

GaeTypes

public GaeTypes()
Method Detail

compare

public static int compare(java.lang.Object o1,
                          java.lang.Object o2)
Compares all single values.

Returns:
-1,0,1 (less tan, equals, greater than) or N_A (-10) which means cannot compare

getType

public static GaeTypes.Type getType(java.lang.Object o)


Copyright © 2010 Spolecne s.r.o. All Rights Reserved.