Package org.cip4.lib.xjdf.util
Class ProductUtil
java.lang.Object
org.cip4.lib.xjdf.util.ProductUtil
Utility for performing reoccuring operations on products.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends ProductIntent>
TRetrieve a specific intent from a product.
-
Method Details
-
getIntent
Retrieve a specific intent from a product.- Type Parameters:
T- Type of the intent.- Parameters:
product- Product te read intent from.productIntent- Type of the intent.- Returns:
- Requested Intent or null if no matching intent was found.
-