API Documentation > Interfaces > Interface ElementDiagnostic
Interface ElementDiagnostic

package com.ptc.wfc.wfcElementTree;

public interface
ElementDiagnostic
extends
jxobject


Description
User Guide References:
Method Summary
String
Get method for attribute "DiagnosticMessage"
The message describing the diagnostic item.
Get method for attribute "Severity"
The severity of the diagnostic item.
void
SetDiagnosticMessage (String value)
Set method for attribute "DiagnosticMessage"
The message describing the diagnostic item.
void
Set method for attribute "Severity"
The severity of the diagnostic item.
Method Detail
GetDiagnosticMessage
String
GetDiagnosticMessage
()
SetDiagnosticMessage
void
SetDiagnosticMessage
(String value)
The message describing the diagnostic item.
User Guide References:
GetSeverity
GetSeverity
()
SetSeverity
void
SetSeverity
The severity of the diagnostic item.
Exceptions thrown (but not limited to):
<reference 6 to unknown entity pfcExceptions::pfcXInAMethod>
User Guide References:
Was this helpful?