Uses of Class
org.compass.core.mapping.SpellCheckType

Packages that use SpellCheckType
org.compass.core.mapping   
org.compass.core.mapping.internal   
org.compass.core.mapping.support   
 

Uses of SpellCheckType in org.compass.core.mapping
 

Fields in org.compass.core.mapping declared as SpellCheckType
static SpellCheckType SpellCheckType.EXCLUDE
           
static SpellCheckType SpellCheckType.INCLUDE
           
static SpellCheckType SpellCheckType.NA
           
 

Methods in org.compass.core.mapping that return SpellCheckType
static SpellCheckType SpellCheckType.fromString(String spellCheckType)
           
 SpellCheckType ResourcePropertyMapping.getSpellCheck()
           
 SpellCheckType ResourceMapping.getSpellCheck()
          Returns the default spell check mode.
 SpellCheckType AllMapping.getSpellCheck()
           
 

Methods in org.compass.core.mapping with parameters of type SpellCheckType
static String SpellCheckType.toString(SpellCheckType spellCheckType)
           
 

Uses of SpellCheckType in org.compass.core.mapping.internal
 

Methods in org.compass.core.mapping.internal that return SpellCheckType
 SpellCheckType DefaultAllMapping.getSpellCheck()
           
 

Methods in org.compass.core.mapping.internal with parameters of type SpellCheckType
 void InternalResourcePropertyMapping.setSpellCheck(SpellCheckType spellCheck)
           
 void InternalResourceMapping.setSpellCheck(SpellCheckType spellCheck)
           
 void InternalAllMapping.setSpellCheck(SpellCheckType spellCheck)
           
 void DefaultAllMapping.setSpellCheck(SpellCheckType spellCheck)
           
 

Uses of SpellCheckType in org.compass.core.mapping.support
 

Methods in org.compass.core.mapping.support that return SpellCheckType
 SpellCheckType AbstractResourcePropertyMapping.getSpellCheck()
           
 SpellCheckType AbstractResourceMapping.getSpellCheck()
           
 

Methods in org.compass.core.mapping.support with parameters of type SpellCheckType
 void AbstractResourcePropertyMapping.setSpellCheck(SpellCheckType spellCheck)
           
 void AbstractResourceMapping.setSpellCheck(SpellCheckType spellCheck)
           
 



Copyright (c) 2004-2008 The Compass Project.