Inherits from NSObject
Conforms to PicoBindable
Declared in Finding_AspectValueHistogram.h
Finding_AspectValueHistogram.m

Overview

Container for details pertaining to individual aspect values, including their
histogram information (item counts).

@ingroup FindingServicePortType

Tasks

  •   count

    Number of items that share the characteristic the respective aspect
    value.

    property
  •   any

    (public property)

    property
  •   valueName

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Finding_AspectValueHistogram.h

count

Number of items that share the characteristic the respective aspect
value.

@property (nonatomic, retain) NSNumber *count

Discussion

Number of items that share the characteristic the respective aspect
value.

type : NSNumber, wrapper for primitive long

Declared In

Finding_AspectValueHistogram.h

valueName

(public property)

@property (nonatomic, retain) NSString *valueName

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Finding_AspectValueHistogram.h