API Documentation > Interfaces > Interface ModelCheckResults
Interface ModelCheckResults

package com.ptc.pfc.pfcModelCheck;

public interface
ModelCheckResults
extends
jxobject


Description
This class contains a summary of the results of the ModelCheck run.
Method Summary
int
Get method for attribute "NumberOfErrors"
Specifies the number of errors detected.
int
Get method for attribute "NumberOfWarnings"
Specifies the number of warnings detected.
boolean
Get method for attribute "WasModelSaved"
Specifies whether model was saved or not.
void
SetNumberOfErrors (int value)
Set method for attribute "NumberOfErrors"
Specifies the number of errors detected.
void
Set method for attribute "NumberOfWarnings"
Specifies the number of warnings detected.
void
SetWasModelSaved (boolean value)
Set method for attribute "WasModelSaved"
Specifies whether model was saved or not.
Method Detail
GetNumberOfErrors
int
GetNumberOfErrors
()
SetNumberOfErrors
void
SetNumberOfErrors
(int value)
Specifies the number of errors detected.
User Guide References:
GetNumberOfWarnings
int
GetNumberOfWarnings
()
SetNumberOfWarnings
void
SetNumberOfWarnings
(int value)
Specifies the number of warnings detected.
User Guide References:
GetWasModelSaved
boolean
GetWasModelSaved
()
SetWasModelSaved
void
SetWasModelSaved
(boolean value)
Specifies whether model was saved or not.
User Guide References:
Was this helpful?