Skip to Content
LibraryCoreSrcDataLawinfoClassesClass: LawInfo

Lawtext core references


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

Class: LawInfo

Defined in: core/src/data/lawinfo.ts:22 

Extended by

Implements

Constructors

Constructor

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

Defined in: core/src/data/lawinfo.ts:46 

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 

施行済みかどうか

Implementation of

BaseLawInfo.Enforced


LawID

LawID: string

Defined in: core/src/data/lawinfo.ts:31 

法令ID

Implementation of

BaseLawInfo.LawID


LawNum

LawNum: string

Defined in: core/src/data/lawinfo.ts:34 

法令番号

Implementation of

BaseLawInfo.LawNum


LawTitle

LawTitle: string

Defined in: core/src/data/lawinfo.ts:37 

法令名

Implementation of

BaseLawInfo.LawTitle


Path

Path: string

Defined in: core/src/data/lawinfo.ts:42 

Implementation of

BaseLawInfo.Path


ReferencedLawNums

ReferencedLawNums: Set<string>

Defined in: core/src/data/lawinfo.ts:28 

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


ReferencingLawNums

ReferencingLawNums: Set<string>

Defined in: core/src/data/lawinfo.ts:25 

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


XmlName

XmlName: string

Defined in: core/src/data/lawinfo.ts:44 

Implementation of

BaseLawInfo.XmlName

Methods

addReferencingLawNums()

addReferencingLawNums(xml): void

Defined in: core/src/data/lawinfo.ts:147 

Parameters

xml

string

Returns

void


toBaseLawInfo()

toBaseLawInfo(): BaseLawInfo

Defined in: core/src/data/lawinfo.ts:75 

Returns

BaseLawInfo


toTuple()

toTuple(): LawInfoListItem

Defined in: core/src/data/lawinfo.ts:62 

Returns

LawInfoListItem


fromBaseLawInfo()

static fromBaseLawInfo(baseLawInfo): LawInfo

Defined in: core/src/data/lawinfo.ts:86 

Parameters

baseLawInfo

BaseLawInfo

Returns

LawInfo


fromTuple()

static fromTuple(tuple): LawInfo

Defined in: core/src/data/lawinfo.ts:121 

Parameters

tuple

LawInfoListItem

Returns

LawInfo


getHeader()

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

Defined in: core/src/data/lawinfo.ts:108 

Returns

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

© 2017-2026 yamachi