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
Properties
Enforced
Enforced:
boolean
Defined in: core/src/data/lawinfo.ts:40 (opens in a new tab)
施行済みかどうか
Implementation of
LawID
LawID:
string
Defined in: core/src/data/lawinfo.ts:31 (opens in a new tab)
法令ID
Implementation of
LawNum
LawNum:
string
Defined in: core/src/data/lawinfo.ts:34 (opens in a new tab)
法令番号
Implementation of
LawTitle
LawTitle:
string
Defined in: core/src/data/lawinfo.ts:37 (opens in a new tab)
法令名
Implementation of
Path
Path:
string
Defined in: core/src/data/lawinfo.ts:42 (opens in a new tab)
Implementation of
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
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
toTuple()
toTuple():
LawInfoListItem
Defined in: core/src/data/lawinfo.ts:62 (opens in a new tab)
Returns
fromBaseLawInfo()
static
fromBaseLawInfo(baseLawInfo
):LawInfo
Defined in: core/src/data/lawinfo.ts:86 (opens in a new tab)
Parameters
baseLawInfo
Returns
fromTuple()
static
fromTuple(tuple
):LawInfo
Defined in: core/src/data/lawinfo.ts:122 (opens in a new tab)
Parameters
tuple
Returns
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"
]