Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CustomProperty

Stores a custom property.

Hierarchy

  • CustomProperty

Index

Constructors

Accessors

Methods

Constructors

constructor

  • Initializes a new instance of the {@link com.bayesserver.CustomProperty} class.

    Parameters

    • name: string

      The name of the custom property, which must be unique per {@link com.bayesserver.CustomPropertyCollection}.

    Returns CustomProperty

  • Initializes a new instance of the {@link com.bayesserver.CustomProperty} class.

    Parameters

    • name: string

      The name of the custom property, which must be unique per {@link com.bayesserver.CustomPropertyCollection}.

    • value: string

      The custom value.

    Returns CustomProperty

Accessors

description

  • get description(): string
  • set description(value: string): void
  • An optional description for the custom property.

    Returns string

  • An optional description for the custom property.

    Parameters

    • value: string

    Returns void

name

  • get name(): string
  • Gets the name, which must be unique per {@link com.bayesserver.CustomPropertyCollection}.

    Returns string

parent

value

  • get value(): string
  • set value(value: string): void
  • The custom property value. E.g. an XML string.

    Returns string

  • The custom property value. E.g. an XML string.

    Parameters

    • value: string

    Returns void

Methods

_setParent

copy

  • Makes a copy of this instance.

    Returns CustomProperty

    The copy.