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

Field Summary
 private static DiagnosticAccessourImplementation
           

Method Summary
 static DiagnosticgetDiagnostic()
           
 protected abstract DiagnosticgetDiagnosticObject()
          This method should be overriden by implementation
 protected static voidsetImplementation(DiagnosticAccess implementation)
          Sets implementation of the accessor

Field Detail

ourImplementation

private static DiagnosticAccess ourImplementation
Method Detail

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

Association Links

to Class com.togethersoft.openapi.util.diagnostic.DiagnosticAccess