Interface LMFilter

All Superinterfaces:
CDOObject, CDOWithID, EObject, Notifier, PermissionFilter
All Known Subinterfaces:
ModuleFilter, ModuleTypeFilter
All Known Implementing Classes:
LMFilterImpl, ModuleFilterImpl, ModuleTypeFilterImpl

public interface LMFilter extends PermissionFilter
A representation of the model object 'LM Filter'.

The following features are supported:

See Also:
Generated
Model
abstract="true"
  • Method Details

    • isRegex

      boolean isRegex()
      Returns the value of the 'Regex' attribute.
      Returns:
      the value of the 'Regex' attribute.
      See Also:
      Generated
      Model
    • setRegex

      void setRegex(boolean value)
      Sets the value of the 'Regex' attribute.
      Parameters:
      value - the new value of the 'Regex' attribute.
      See Also:
      Generated