de.is24.util.monitoring.visitors
Class AbstractSortedReportVisitor.Entry

java.lang.Object
  extended by de.is24.util.monitoring.visitors.AbstractSortedReportVisitor.Entry
Direct Known Subclasses:
AbstractSortedReportVisitor.CounterEntry, AbstractSortedReportVisitor.HistorizableEntry, AbstractSortedReportVisitor.StateValueEntry, AbstractSortedReportVisitor.TimerEntry, AbstractSortedReportVisitor.VersionEntry
Enclosing class:
AbstractSortedReportVisitor

public abstract static class AbstractSortedReportVisitor.Entry
extends Object


Field Summary
(package private)  String name
           
(package private)  String path
           
(package private)  String type
           
 
Constructor Summary
private AbstractSortedReportVisitor.Entry(String fqn, String type)
           
 
Method Summary
 String getKey()
           
 String getName()
           
 String getPath()
           
 String getType()
           
abstract  String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

String name

path

String path

type

String type
Constructor Detail

AbstractSortedReportVisitor.Entry

private AbstractSortedReportVisitor.Entry(String fqn,
                                          String type)
Method Detail

getValue

public abstract String getValue()

getKey

public String getKey()

getName

public String getName()
Returns:
Returns the name.

getType

public String getType()
Returns:
Returns the type.

getPath

public String getPath()
Returns:
Returns the path.


Copyright © 2013 Immobilien Scout GmbH. All Rights Reserved.