Library | Package Java Toolkit

Interface ElementDiagnostic

package com.ptc.wfc.wfcElementTree;

public interface ElementDiagnostic
  extends jxobject



Description

 



Method Summary
StringGetDiagnosticMessage ()
    Get method for attribute "DiagnosticMessage"
     The message describing the diagnostic item.
DiagnosticSeverityGetSeverity ()
    Get method for attribute "Severity"
     The severity of the diagnostic item.
voidSetDiagnosticMessage (String value)
    Set method for attribute "DiagnosticMessage"
     The message describing the diagnostic item.
voidSetSeverity (DiagnosticSeverity value)
    Set method for attribute "Severity"
     The severity of the diagnostic item.

Method Detail

GetDiagnosticMessage/SetDiagnosticMessage

StringGetDiagnosticMessage ()
voidSetDiagnosticMessage (String value)


     The message describing the diagnostic item.
Manual References:
Feature Element Tree: Element Diagnostics, Feature Element Tree: Element Diagnostics, Feature Element Tree: Element Diagnostics



GetSeverity/SetSeverity

DiagnosticSeverityGetSeverity ()
voidSetSeverity (DiagnosticSeverity value)


     The severity of the diagnostic item.

Exceptions thrown (but not limited to):

<reference 6 to unknown entity pfcExceptions::pfcXInAMethod>


Manual References:
Feature Element Tree: Element Diagnostics, Feature Element Tree: Element Diagnostics, Feature Element Tree: Element Diagnostics