ROEnumType

Overview

Base object for RODL Enum types.

Location

RemObjectsSDK.js


Instance Methods


constructor ROEnumType

Creates an instance.

function constructor ROEnumType()

fromObject

Creates ROEnumType value from a string.

function fromObject(aValue)

Parameters:

  • aValue: string

readFrom

Reads itself from the message

function readFrom(aMessage)

Parameters:


toObject

Returns a string with enum value.

function toObject()

writeTo

Writes itself to the message

function writeTo(aMessage)

Parameters: