Package com.ptc.windchill.mpml.nc
Class NCFileLogEntry
java.lang.Object
com.ptc.windchill.mpml.nc.NCFileLogEntry
This class represents a log entry for NC file parsing.
Each instance of this class will produce a table row containing three columns: the first column is the name of the
object reported, the status for this object and some general comments that describe the status.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionConvert the status to a string (for localization purposes).
-
Method Details
-
convertToString
Convert the status to a string (for localization purposes).
Supported API: true- Parameters:
iStatus- The status to convert.
-