Uses of Class
gov.nasa.pds.label.ProductType
-
Packages that use ProductType Package Description gov.nasa.pds.label Implements opt-level classes for accessing PDS labels and their data objects. -
-
Uses of ProductType in gov.nasa.pds.label
Methods in gov.nasa.pds.label that return ProductType Modifier and Type Method Description ProductTypeLabel. getProductType()Gets the type of the product, as an enumerated type.static ProductTypeProductType. typeForClass(java.lang.Class<? extends Product> clazz)Gets the product type for a PDS4 product class.static ProductTypeProductType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProductType[]ProductType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-