Diffusion Apple API  5.9.24
Unified Client Library for iOS, OS X and tvOS
 All Classes Functions Variables Properties Pages
Properties | Instance Methods | List of all members
PTDiffusionMetadata Class Reference

Introduction

Metadata is the base interface for both record and field metadata definition nodes.

A metadata object is immutable.

See Also
PTDiffusionRecordContentSchema
Since
5.6
Inheritance diagram for PTDiffusionMetadata:
PTDiffusionFieldMetadata PTDiffusionRecordMetadata PTDiffusionNumberFieldMetadata PTDiffusionStringFieldMetadata

Properties

NSString * name
 
PTDiffusionMultiplicitymultiplicity
 

Instance Methods

(BOOL) - isEqualToMetadata:
 

Method Documentation

- (BOOL) isEqualToMetadata: (nullable PTDiffusionMetadata *)  metadata

Compares the receiver to the given metadata.

Parameters
metadataThe metadata object with which to compare the receiver.
Returns
YES if the metadata is equal to the receiver, otherwise NO.
Since
5.6

Property Documentation

- (PTDiffusionMultiplicity*) multiplicity
readnonatomiccopy

The multiplicity for entities (records or fields) transformed using the receiver. It governs how many entities can be transformed using the receiver from the enclosing entity (record content or a record).

Since
5.6
- (NSString*) name
readnonatomiccopy

The name to give to entities (records or fields) transformed using the receiver. It is used when looking up entities that have been transformed using the receiver within their enclosing entity (record content or a record).

Since
5.6