Class StiEnumMeta

Hierarchy

Index

Constructors

constructor

  • new StiEnumMeta(originalName: string | string[], jsName?: string, enumType: any, defaultValue?: any): StiEnumMeta
  • Parameters

    • originalName: string | string[]
    • Default value jsName: string = ""
    • enumType: any
    • Default value defaultValue: any = null

    Returns StiEnumMeta

Properties

checkValue

checkValue: function

Type declaration

defaultValue

defaultValue: any

enumType

enumType: any

filterSaveMode

filterSaveMode: StiJsonSaveMode

getValue

getValue: function

Type declaration

jsName

jsName: string

originalName

originalName: string[]

setValue

setValue: function

Type declaration

setValueXml

setValueXml: function

Type declaration

Methods

check

  • check(checkValue: function): StiMeta<any>

get

  • get(getValue: function): StiMeta<any>

loadFromJsonObject

loadFromXml

saveToJsonObject

  • saveToJsonObject(jObject: StiJson, obj: any): void

set

  • set(setValue: function): StiMeta<any>

setXml

  • setXml(setValueXml: function): StiMeta<any>

Generated using TypeDoc