Class PRS_Feature
extends PRS_ExchangeElement

PRS_Feature is used for structured diagnostic data, including specific data values like steps or conditions. For example, consider a PRS_Statement with a Text property value of: Print jobs per day are less than 50 This could be described using a PRS_Feature as follows: Description: 'Print jobs per day' Prompt: 'How many print jobs per day?' ValidValues: '10' '50' '100' DataType: 'Integer' The associated PRS_Statement would contain: Operator: '<' FeatureValue: '50'

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--PRS_ExchangeElement
   |
   +--PRS_Feature

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringPRS_Feature is used for structured diagnostic data, including specific data values like steps or conditions. For example, consider a PRS_Statement with a Text property value of: Print jobs per day are less than 50 This could be described using a PRS_Feature as follows: Description: 'Print jobs per day' Prompt: 'How many print jobs per day?' ValidValues: '10' '50' '100' DataType: 'Integer' The associated PRS_Statement would contain: Operator: '<' FeatureValue: '50'
UMLPackagePathstringPRS::Support
Versionstring2.6.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
DataTypeuint8
DescriptionstringData type used for PRS_Statement FeatureValue property.
ValueMapstring0, 1, 2, 3, 4, 5, 254, 255
ValuesstringString, Integer, Float, Date/Time, Boolean, Binary, Other, Unknown
Promptstring
DescriptionstringPrompt presented through user interface.
ValidValuesstring
DescriptionstringValid values for this PRS_Feature.

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
DirtyFlaguint8PRS_ExchangeElement
ElementNamestringCIM_ManagedElement
InstanceIDstringCIM_ManagedElement
PRSUniqueNamestringPRS_ExchangeElement

Class Methods