Package org.hl7.fhir.utilities.npm
Class NpmPackage.PackageResourceInformation
- java.lang.Object
-
- org.hl7.fhir.utilities.npm.NpmPackage.PackageResourceInformation
-
- Enclosing class:
- NpmPackage
public class NpmPackage.PackageResourceInformation extends Object
-
-
Constructor Summary
Constructors Constructor Description PackageResourceInformation(String root, JsonObject fi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFilename()StringgetId()StringgetResourceType()StringgetStatedType()StringgetSupplements()StringgetUrl()StringgetVersion()
-
-
-
Constructor Detail
-
PackageResourceInformation
public PackageResourceInformation(String root, JsonObject fi) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getResourceType
public String getResourceType()
-
getStatedType
public String getStatedType()
-
getVersion
public String getVersion()
-
getFilename
public String getFilename()
-
getSupplements
public String getSupplements()
-
-