com.togethersoft.openapi.util.diagnostic
Class DiagnosticAccess
- public abstract class DiagnosticAccess
This class is an accessor for a Diagnostic object.
- Author:
- TogetherSoft
- Since: 5.5
- See Also: Diagnostic
ourImplementation
private static DiagnosticAccess ourImplementation
getDiagnostic
public static Diagnostic getDiagnostic()
- Returns: Diagnostic object
getDiagnosticObject
protected abstract Diagnostic getDiagnosticObject()
- This method should be overriden by implementation
- Returns: Implementation of the diagnostic object
setImplementation
protected static void setImplementation(DiagnosticAccess implementation)
- Sets implementation of the accessor
- Parameters:
- implementation Accessor implementation
to Class com.togethersoft.openapi.util.diagnostic.DiagnosticAccess