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 Object
getContent()
Metadata content representation.String
getType()
Metadata type (e.g.void
setContent(Object content)
void
setType(String type)
-
-
-
Method Detail
-
getType
public String getType()
Description copied from interface:Metadata
Metadata type (e.g. MIME type)
-
setType
public void setType(String type)
-
getContent
public Object getContent()
Description copied from interface:Metadata
Metadata content representation. The format depends on the metadata type.- Specified by:
getContent
in interfaceMetadata
-
setContent
public void setContent(Object content)
-
-