Reference Source
public class | source

PropertySet

A set of properties associated with one or more MetaObjects.

A PropertySet is created within MetaScene#createMetaModel and belongs to a MetaModel.

Each PropertySet is registered by PropertySet#id in MetaScene#propertySets and MetaModel#propertySets.

Member Summary

Public Members
public

Globally-unique ID for this PropertySet.

public

The MetaModels that share this PropertySet.

public

Human-readable name of this PropertySet.

public abstract

ID of the corresponding object within the originating system, if any.

public

Properties within this PropertySet.

public

Type of this PropertySet.

Public Members

public id: String source

Globally-unique ID for this PropertySet.

PropertySet instances are registered by this ID in MetaScene#propertySets and MetaModel#propertySets.

Properties:

NameTypeAttributeDescription
id *

public metaModels: MetaModel[] source

The MetaModels that share this PropertySet.

public name: String source

Human-readable name of this PropertySet.

Properties:

NameTypeAttributeDescription
name *

public abstract originalSystemId: String source

ID of the corresponding object within the originating system, if any.

public properties: Property[] source

Properties within this PropertySet.

Properties:

NameTypeAttributeDescription
properties *

public type: String source

Type of this PropertySet.

Properties:

NameTypeAttributeDescription
type *