Namespace: annotations

belhop.factory. annotations

Methods

Name/Value annotation factory. See the type this factory produces for more.

Name Type Description
name string

Refer to the factory type

value string

Refer to the factory type

Returns:
Type Description
belhop.NameValueAnnotation the BELHop type produced by this factory

staticbelhop.factory.annotations.type(name, prefix, domain, uri) {belhop.AnnotationType}

Annotation type factory. See the type this factory produces for more.

Name Type Description
name string

Refer to the factory type

prefix string

Refer to the factory type

domain string

Refer to the factory type

uri string

Refer to the factory type

Returns:
Type Description
belhop.AnnotationType the BELHop type produced by this factory

staticbelhop.factory.annotations.value(identifier, name, type, uri) {belhop.AnnotationValue}

Annotation value factory. See the type this factory produces for more.

Name Type Description
identifier string

Refer to the factory type

name string

Refer to the factory type

type string

Refer to the factory type

uri string

Refer to the factory type

Returns:
Type Description
belhop.AnnotationValue the BELHop type produced by this factory