org.eclipse.mat.inspections
Class HeapDumpInfoQuery.TextEntry

java.lang.Object
  extended by org.eclipse.mat.inspections.HeapDumpInfoQuery.TextEntry
Enclosing class:
HeapDumpInfoQuery

public static class HeapDumpInfoQuery.TextEntry
extends Object


Constructor Summary
HeapDumpInfoQuery.TextEntry(String propertyName, String propertyValue)
           
 
Method Summary
 String getPropertyName()
           
 String getPropertyValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeapDumpInfoQuery.TextEntry

public HeapDumpInfoQuery.TextEntry(String propertyName,
                                   String propertyValue)
Method Detail

getPropertyValue

public String getPropertyValue()

getPropertyName

public String getPropertyName()