Class MetadataDef
- java.lang.Object
-
- cz.vutbr.fit.layout.puppeteer.parser.MetadataDef
-
-
Constructor Summary
Constructors Constructor Description MetadataDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetContent()Metadata content representation.StringgetType()Metadata type (e.g.voidsetContent(Object content)voidsetType(String type)
-
-
-
Method Detail
-
getType
public String getType()
Description copied from interface:MetadataMetadata type (e.g. MIME type)
-
setType
public void setType(String type)
-
getContent
public Object getContent()
Description copied from interface:MetadataMetadata content representation. The format depends on the metadata type.- Specified by:
getContentin interfaceMetadata
-
setContent
public void setContent(Object content)
-
-