Package com.isomorphic.datasource
 Enum Class TextMatchStyle
- All Implemented Interfaces:
- Serializable,- Comparable<TextMatchStyle>,- Constable
Represents text matching styles. Enumeration is copied from 
 com.smartgwt.client.types.TextMatchStyle to remove dependency from smartgwt.jar.-  Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionExact, case-insensitiveExact, case-sensitiveStarts with.Substring.
-  Method SummaryModifier and TypeMethodDescriptionstatic TextMatchStylefindValueOf(String value) FindsTextMatchStylefor specified string value.getValue()Returnsenumvalue.toString()Returns string value of field type.
-  Enum Constant Details-  EXACTExact, case-insensitive
-  EXACT_CASEExact, case-sensitive
-  STARTS_WITHStarts with.
-  SUBSTRINGSubstring.
 
-  
-  Method Details-  getValueReturnsenumvalue.- Returns:
- Stringvalue.
 
-  toStringReturns string value of field type.- Returns:
- Stringvalue of field type.
 
-  findValueOfFindsTextMatchStylefor specified string value.- Parameters:
- value-- Stringvalue to find.
- Returns:
- TextMatchStyleof specified value;- null- if not found.
 
 
-