Schnittstelle LMFilter

Alle Superschnittstellen:
CDOObject, CDOWithID, EObject, Notifier, PermissionFilter
Alle bekannten Unterschnittstellen:
ModuleFilter, ModuleTypeFilter
Alle bekannten Implementierungsklassen:
LMFilterImpl, ModuleFilterImpl, ModuleTypeFilterImpl

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

The following features are supported:

Siehe auch:
Generated
Model
abstract="true"
  • Methodendetails

    • isRegex

      boolean isRegex()
      Returns the value of the 'Regex' attribute.
      Gibt zurück:
      the value of the 'Regex' attribute.
      Siehe auch:
      Generated
      Model
    • setRegex

      void setRegex(boolean value)
      Sets the value of the 'Regex' attribute.
      Parameter:
      value - the new value of the 'Regex' attribute.
      Siehe auch:
      Generated