Uses of Interface
cz.vutbr.fit.layout.model.Metadata
-
Packages that use Metadata Package Description cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model cz.vutbr.fit.layout.puppeteer.parser -
-
Uses of Metadata in cz.vutbr.fit.layout.impl
Methods in cz.vutbr.fit.layout.impl that return types with arguments of type Metadata Modifier and Type Method Description Collection<Metadata>
BaseArtifact. getMetadata()
Method parameters in cz.vutbr.fit.layout.impl with type arguments of type Metadata Modifier and Type Method Description void
BaseArtifact. setMetadata(Collection<Metadata> metadata)
-
Uses of Metadata in cz.vutbr.fit.layout.model
Methods in cz.vutbr.fit.layout.model that return types with arguments of type Metadata Modifier and Type Method Description Collection<Metadata>
Artifact. getMetadata()
Metadata provided for the entire artifact. -
Uses of Metadata in cz.vutbr.fit.layout.puppeteer.parser
Classes in cz.vutbr.fit.layout.puppeteer.parser that implement Metadata Modifier and Type Class Description class
MetadataDef
A generic metadata definition.
-