Project Wonder 5.0

Uses of Class
er.extensions.eof.qualifiers.ERXFullTextQualifier.MatchType

Packages that use ERXFullTextQualifier.MatchType
er.extensions.eof.qualifiers   
 

Uses of ERXFullTextQualifier.MatchType in er.extensions.eof.qualifiers
 

Methods in er.extensions.eof.qualifiers that return ERXFullTextQualifier.MatchType
 ERXFullTextQualifier.MatchType ERXFullTextQualifier.matchType()
          Returns the match type (ANY or ALL) for this qualifier.
static ERXFullTextQualifier.MatchType ERXFullTextQualifier.MatchType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ERXFullTextQualifier.MatchType[] ERXFullTextQualifier.MatchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in er.extensions.eof.qualifiers with parameters of type ERXFullTextQualifier.MatchType
ERXFullTextQualifier(java.lang.String keyPath, ERXFullTextQualifier.MatchType matchType, com.webobjects.foundation.NSArray<java.lang.String> terms)
          Constructs an ERXFullTextQualifier defaulting indexName to the same as keyPath.
ERXFullTextQualifier(java.lang.String keyPath, ERXFullTextQualifier.MatchType matchType, java.lang.String... terms)
          Constructs an ERXFullTextQualifier defaulting indexName to the same as keyPath.
ERXFullTextQualifier(java.lang.String keyPath, java.lang.String indexName, ERXFullTextQualifier.MatchType matchType, com.webobjects.foundation.NSArray<java.lang.String> terms)
          Constructs an ERXFullTextQualifier.
ERXFullTextQualifier(java.lang.String keyPath, java.lang.String indexName, ERXFullTextQualifier.MatchType matchType, java.lang.String... terms)
          Constructs an ERXFullTextQualifier.
 


Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.