SchemaLegalValueLevel enum

A list of possible levels for the legal validity of a legislation. See https://schema.org/LegalValueLevel

Inheritance
Available extensions

Values

authoritativeLegalValue → const SchemaLegalValueLevel

Indicates that the publisher gives some special status to the publication of the document. ("The Queens Printer" version of a UK Act of Parliament, or the PDF version of a Directive published by the EU Office of Publications.) Something "Authoritative" is considered to be also SchemaOfficialLegalValue.

const SchemaLegalValueLevel('https://schema.org/LegalValueLevel')
definitiveLegalValue → const SchemaLegalValueLevel

Indicates a document for which the text is conclusively what the law says and is legally binding. (E.g. the digitally signed version of an Official Journal.) Something "Definitive" is considered to be also SchemaAuthoritativeLegalValue.

const SchemaLegalValueLevel('https://schema.org/LegalValueLevel')
officialLegalValue → const SchemaLegalValueLevel

All the documents published by an official publisher should have at least the legal value level "OfficialLegalValue". This indicates that the document was published by an organisation with the public task of making it available (e.g. a consolidated version of an EU directive published by the EU Office of Publications).

const SchemaLegalValueLevel('https://schema.org/LegalValueLevel')
unofficialLegalValue → const SchemaLegalValueLevel

Indicates that a document has no particular or special standing (e.g. a republication of a law by a private publisher).

const SchemaLegalValueLevel('https://schema.org/LegalValueLevel')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Enum value as a string
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJsonLd() String
Serialize SchemaLegalValueLevel to JSON-LD
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SchemaLegalValueLevel>
A constant List of the values in this enum, in order of their declaration.