MatchCriteria

A data-type for defining a name-value pair with an optional field for documentation.



Attributes Summary
name : StringString-valued name.
value : StringThe value String must satisfy the following two constraints: (a) must not start with "_" (underscore) or " " (space) charactrers(b) must not contain "=" (equals) or "|" (vertical bar) characters.
description : StringAn optional String-valued field.

Attribute Details

name    -    String-valued name. The name String must satisfy the following two constraints: (a) must not start with "_" (underscore) or " " (space) charactrers(b) must not contain "=" (equals) or "|" (vertical bar) characters.
     data type:  String
     default Value:   unspecified



value    -    The value String must satisfy the following two constraints: (a) must not start with "_" (underscore) or " " (space) charactrers(b) must not contain "=" (equals) or "|" (vertical bar) characters.
     data type:  String
     default Value:   unspecified



description    -    An optional String-valued field.
     data type:  String
     default Value:   unspecified


Copyright IBM Corp. 1997-2004