Library
core
src
data
lawinfo
classes
Lawinfo

Lawtext core references


Lawtext core references / core/src/data/lawinfo / LawInfo

Class: LawInfo

Defined in: core/src/data/lawinfo.ts:22 (opens in a new tab)

Extended by

Implements

Constructors

new LawInfo()

new LawInfo(LawID, LawNum, LawTitle, Enforced, Path, XmlName): LawInfo

Defined in: core/src/data/lawinfo.ts:46 (opens in a new tab)

Parameters

LawID

string

LawNum

string

LawTitle

string

Enforced

boolean

Path

string

XmlName

string

Returns

LawInfo

Properties

Enforced

Enforced: boolean

Defined in: core/src/data/lawinfo.ts:40 (opens in a new tab)

施行済みかどうか

Implementation of

BaseLawInfo.Enforced


LawID

LawID: string

Defined in: core/src/data/lawinfo.ts:31 (opens in a new tab)

法令ID

Implementation of

BaseLawInfo.LawID


LawNum

LawNum: string

Defined in: core/src/data/lawinfo.ts:34 (opens in a new tab)

法令番号

Implementation of

BaseLawInfo.LawNum


LawTitle

LawTitle: string

Defined in: core/src/data/lawinfo.ts:37 (opens in a new tab)

法令名

Implementation of

BaseLawInfo.LawTitle


Path

Path: string

Defined in: core/src/data/lawinfo.ts:42 (opens in a new tab)

Implementation of

BaseLawInfo.Path


ReferencedLawNums

ReferencedLawNums: Set<string>

Defined in: core/src/data/lawinfo.ts:28 (opens in a new tab)

この法令を参照している法令の法令番号の一覧


ReferencingLawNums

ReferencingLawNums: Set<string>

Defined in: core/src/data/lawinfo.ts:25 (opens in a new tab)

この法令が参照している法令の法令番号の一覧


XmlName

XmlName: string

Defined in: core/src/data/lawinfo.ts:44 (opens in a new tab)

Implementation of

BaseLawInfo.XmlName

Methods

addReferencingLawNums()

addReferencingLawNums(xml): void

Defined in: core/src/data/lawinfo.ts:148 (opens in a new tab)

Parameters

xml

string

Returns

void


toBaseLawInfo()

toBaseLawInfo(): BaseLawInfo

Defined in: core/src/data/lawinfo.ts:75 (opens in a new tab)

Returns

BaseLawInfo


toTuple()

toTuple(): LawInfoListItem

Defined in: core/src/data/lawinfo.ts:62 (opens in a new tab)

Returns

LawInfoListItem


fromBaseLawInfo()

static fromBaseLawInfo(baseLawInfo): LawInfo

Defined in: core/src/data/lawinfo.ts:86 (opens in a new tab)

Parameters

baseLawInfo

BaseLawInfo

Returns

LawInfo


fromTuple()

static fromTuple(tuple): LawInfo

Defined in: core/src/data/lawinfo.ts:122 (opens in a new tab)

Parameters

tuple

LawInfoListItem

Returns

LawInfo


getHeader()

static getHeader(): readonly ["LawID", "LawNum", "LawTitle", "Enforced", "Path", "XmlName", "ReferencingLawNums", "ReferencedLawNums"]

Defined in: core/src/data/lawinfo.ts:109 (opens in a new tab)

Returns

readonly ["LawID", "LawNum", "LawTitle", "Enforced", "Path", "XmlName", "ReferencingLawNums", "ReferencedLawNums"]