public interface org.glassfish.gmbal.impl.ManagedObjectManagerImpl$DummyStatistic
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.glassfish.gmbal.impl.ManagedObjectManagerImpl$DummyStatistic
  super_class: java.lang.Object
{
}
SourceFile: "ManagedObjectManagerImpl.java"
NestHost: org.glassfish.gmbal.impl.ManagedObjectManagerImpl
InnerClasses:
  public abstract DummyStatistic = org.glassfish.gmbal.impl.ManagedObjectManagerImpl$DummyStatistic of org.glassfish.gmbal.impl.ManagedObjectManagerImpl
    RuntimeVisibleAnnotations: 
      org.glassfish.gmbal.ManagedData()
      org.glassfish.gmbal.Description(value = "The Statistic model and its sub-models specify the data models which are requried to be used to provide the performance data described by the specific attributes in the Stats models")
      org.glassfish.gmbal.InheritedAttributes(value = {org.glassfish.gmbal.InheritedAttribute(methodName = "getName", description = "The name of this Statistic"), org.glassfish.gmbal.InheritedAttribute(methodName = "getUnit", description = "The unit of measurement for this Statistic"), org.glassfish.gmbal.InheritedAttribute(methodName = "getDescription", description = "A human-readable description of the Statistic"), org.glassfish.gmbal.InheritedAttribute(methodName = "getStartTime", description = "The time of the first measurement represented as a long"), org.glassfish.gmbal.InheritedAttribute(methodName = "getLastSampleTime", description = "The time of the first measurement represented as a long")})