public interface CmTextIndexingPreprocessorDefinition extends RepositoryObject, EngineObject, DependentObject
Defines a text indexing preprocessor to be applied to instances of the defined class.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get_DisplayName()
Returns the value of the DisplayName property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.Boolean |
get_IsEnabled()
Returns the value of the IsEnabled property.
|
CmTextIndexingPreprocessorAction |
get_TextIndexingPreprocessorAction()
Returns the value of the TextIndexingPreprocessorAction property.
|
void |
set_DisplayName(java.lang.String value)
Sets the value of the DisplayName property.
|
void |
set_IsEnabled(java.lang.Boolean value)
Sets the value of the IsEnabled property.
|
void |
set_TextIndexingPreprocessorAction(CmTextIndexingPreprocessorAction value)
Sets the value of the TextIndexingPreprocessorAction property.
|
getObjectStore
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
Id get_Id()
java.lang.String get_DisplayName()
void set_DisplayName(java.lang.String value)
java.lang.Boolean get_IsEnabled()
void set_IsEnabled(java.lang.Boolean value)
CmTextIndexingPreprocessorAction get_TextIndexingPreprocessorAction()
void set_TextIndexingPreprocessorAction(CmTextIndexingPreprocessorAction value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.