it.sistematica.isharedoc.model.configuration
Enum SearchParam.Type

java.lang.Object
  extended by java.lang.Enum<SearchParam.Type>
      extended by it.sistematica.isharedoc.model.configuration.SearchParam.Type
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SearchParam.Type>
Enclosing class:
SearchParam

public static enum SearchParam.Type
extends java.lang.Enum<SearchParam.Type>


Enum Constant Summary
BETWEEN
           
EQ
           
FALSE
           
GE
           
GT
           
ISNOTNULL
           
ISNULL
           
LE
           
LIKEALL
           
LIKEANY
           
LIKENONE
           
LIKEPHRASE
           
LT
           
NEQ
           
SPOTLIGHT
           
SPOTLIGHTALL
           
SPOTLIGHTALLNOT
           
SPOTLIGHTANY
           
STARTSWITH
           
TRUE
           
 
Method Summary
 java.lang.String getDescrizione()
           
 java.lang.String getId()
           
static SearchParam.Type valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SearchParam.Type[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

EQ

public static final SearchParam.Type EQ

NEQ

public static final SearchParam.Type NEQ

LIKEANY

public static final SearchParam.Type LIKEANY

LIKENONE

public static final SearchParam.Type LIKENONE

LIKEPHRASE

public static final SearchParam.Type LIKEPHRASE

SPOTLIGHT

public static final SearchParam.Type SPOTLIGHT

SPOTLIGHTANY

public static final SearchParam.Type SPOTLIGHTANY

SPOTLIGHTALL

public static final SearchParam.Type SPOTLIGHTALL

SPOTLIGHTALLNOT

public static final SearchParam.Type SPOTLIGHTALLNOT

LIKEALL

public static final SearchParam.Type LIKEALL

STARTSWITH

public static final SearchParam.Type STARTSWITH

BETWEEN

public static final SearchParam.Type BETWEEN

LT

public static final SearchParam.Type LT

GT

public static final SearchParam.Type GT

LE

public static final SearchParam.Type LE

GE

public static final SearchParam.Type GE

TRUE

public static final SearchParam.Type TRUE

FALSE

public static final SearchParam.Type FALSE

ISNULL

public static final SearchParam.Type ISNULL

ISNOTNULL

public static final SearchParam.Type ISNOTNULL
Method Detail

values

public static SearchParam.Type[] 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 (SearchParam.Type c : SearchParam.Type.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SearchParam.Type 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

getDescrizione

public java.lang.String getDescrizione()

getId

public java.lang.String getId()