borland Packages  Class Hierarchy  datastore Package 

PatternMatch component

java.lang.Object
   +----com.borland.datastore.PatternMatch

About the PatternMatch component

Constructors  Properties  Methods  
Note: This is a feature of JBuilder Professional and Enterprise.

This class is used internally by other com.borland classes. You should never use this class directly.


PatternMatch constructors

PatternMatch properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

PatternMatch methods

Methods implemented in this class

Methods implemented in java.lang.Object


PatternMatch constructors

PatternMatch()

  public PatternMatch()

This constructor is used internally by other com.borland classes. You should never use this constructor directly.


PatternMatch properties

escapeChar

 public final void setEscapeChar(char escapeChar)

This property is used internally by other com.borland classes. You should never use this property directly.

multiChar

 public final void setMultiChar(char multiChar)

This property is used internally by other com.borland classes. You should never use this property directly.

pattern

 public final void setPattern(String patternString)

This property is used internally by other com.borland classes. You should never use this property directly.

singleChar

 public final void setSingleChar(char singleChar)

This property is used internally by other com.borland classes. You should never use this property directly.


PatternMatch methods

getSimplePattern(java.lang.String[])

  public final boolean getSimplePattern(String[] limits)

This method is used internally by other com.borland classes. You should never use this method directly.

match(java.lang.String)

  public final boolean match(String expString)

This method is used internally by other com.borland classes. You should never use this method directly.

validate()

  public final int validate()

This method is used internally by other com.borland classes. You should never use this method directly.