ROEnumType
Overview
Base object for RODL Enum types.
Location
RemObjectsSDK.js
- Ancestry: ROEnumType
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:
- aMessage: Message
toObject
Returns a string with enum value.
function toObject()
writeTo
Writes itself to the message
function writeTo(aMessage)
Parameters:
- aMessage: Message