ArchiveAttributes

Список атрибутов архива

Entries

Link copied to clipboard

Атрибут :_archive.._active

Link copied to clipboard

Атрибут :_archive.._hdb_group

Properties

Link copied to clipboard
open override val attrName: String

Текстовое имя атрибута (например, _value, _active).

Link copied to clipboard
open override val attrRef: Int

Ссылка на value другого атрибута, определяющего количество экземпляров детализации. Если -1 — зависимость отсутствует.

Link copied to clipboard
open override val attrType: ProtoVarType

Тип значения (ProtoVarType).

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
open override val enumClass: KClass<out ConfigAttribute>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val readOnly: Boolean = false

Атрибут только для чтения

Link copied to clipboard
open override val value: Int

Порядковый номер в конфигурационной БД.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.