Class Util
java.lang.Object
com.ptc.qualitymanagement.regmstr.util.Util
Provides utility methods for working with regulatory submissions.
The values for the property attribute are in the Constants class.
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionstatic final StringgetConfigurationFromType(RegulatorySubmission regulatorySubmission, String property) Reads the value of a Type Attribute.
-
Method Details
-
getConfigurationFromType
public static final String getConfigurationFromType(RegulatorySubmission regulatorySubmission, String property) throws WTException Reads the value of a Type Attribute.Will return empty string instead of null when the value is undefined.
Supported API: true- Parameters:
regulatorySubmission-property-- Returns:
- Throws:
WTException
-