org.eclipse.mat.inspections.osgi.model
Class Service.ServiceProperty

java.lang.Object
  extended by org.eclipse.mat.inspections.osgi.model.Service.ServiceProperty
Enclosing class:
Service

public class Service.ServiceProperty
extends Object


Field Summary
 String property
           
 String value
           
 
Constructor Summary
Service.ServiceProperty(String property, String value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

property

public String property

value

public String value
Constructor Detail

Service.ServiceProperty

public Service.ServiceProperty(String property,
                               String value)