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

Overview

This type contains the item attribute name and value.

@ingroup FindingServicePortType

Tasks

  •   name

    The name of an item attribute.

    property
  •   value

    The value of the item attribute identified by the name field.

    property

Properties

name

The name of an item attribute.

@property (nonatomic, retain) NSString *name

Discussion

The name of an item attribute.

type : NSString, wrapper for primitive string

Declared In

Finding_ItemAttribute.h

value

The value of the item attribute identified by the name field.

@property (nonatomic, retain) NSString *value

Discussion

The value of the item attribute identified by the name field.

type : NSString, wrapper for primitive string

Declared In

Finding_ItemAttribute.h