public interface Diagnostic
RMErrorRecord
.
Diagnostic
instances are dependent objects of
RMErrorRecord
and can only be acquired
using the RMErrorRecord.getDiagnosticTypes
method.
java.lang.String getType()
Diagnostic
.
This is a repository-dependent value that typically provides
a clue as to what the corresponding getValue
method
result represents.String
value.java.lang.String getValue()
Diagnostic
instance.
This is a repository-dependent value that provides diagnostic
information concerning a given RMErrorRecord
instance.String
value.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.