JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.verapdf.component
Interface ComponentDetails
public interface
ComponentDetails
Holds metadata about a veraPDF
Component
.
Version:
0.1
Author:
Carl Wilson
carlwilson AT github
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getDescription
()
URI
getId
()
String
getName
()
String
getProvider
()
String
getVersion
()
Method Details
getId
URI
getId
()
Returns:
the
URI
id of the
Component
.
getName
String
getName
()
Returns:
the name of the
Component
getVersion
String
getVersion
()
Returns:
the version of the
Component
getProvider
String
getProvider
()
Returns:
the provider of the
Component
getDescription
String
getDescription
()
Returns:
the description of the
Component