Overview

Predicate on nick name.

Members

Show inherited members

Name Type Description

caseSensitiveMatch

boolean

If true, indicates that matching should be case-sensitive

match

string

Match pattern, in a domain-specfic syntax

pattern

string

Match pattern in Regular Expression syntax

patternMatch

boolean

Flag indicating if this Predicate should be treated as a domain-specfic pattern, or a regular expression

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:nickNamePredicate xsi:type="obh:nickNamePredicate" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <caseSensitiveMatch>your_boolean_0</caseSensitiveMatch>
        <match>your_string_0</match>
        <pattern>your_string_0</pattern>
        <patternMatch>your_boolean_0</patternMatch>
</obh:nickNamePredicate>

Referenced By Representaions

Not Referenced Directly by Representations