single value

One of eleven property modes, a property of mode Single Value has as its value a single text string of zero or more characters, with no limit on length.

Of all the property modes, Single Value properties are most heavily used, because:

Single Value mode properties have a Type such as Text, Password, Identifier, Date, and so on. Text type properties can contain newline characters, tab characters, and other control characters without restriction.

PRPC uses the UNICODE UTF-8 and UTF-16 character sets for property values.

The standard property Rule-Obj-Property.pyPropertyMode holds the mode of a property. The internal value of this property for a Single Value property is String, not Single Value.

Single Value property values correspond to objects of the Java.lang.String class.

Related Topics IconRelated terms