aQute.bnd.osgi.resource
Class PersistentResource.Attr

java.lang.Object
  extended by aQute.bnd.util.dto.DTO
      extended by aQute.bnd.osgi.resource.PersistentResource.Attr
All Implemented Interfaces:
Comparable<PersistentResource.Attr>
Enclosing class:
PersistentResource

public static class PersistentResource.Attr
extends DTO
implements Comparable<PersistentResource.Attr>


Field Summary
 boolean directive
           
 String key
           
 int type
           
 Object value
           
 
Constructor Summary
PersistentResource.Attr()
           
 
Method Summary
 int compareTo(PersistentResource.Attr o)
           
 Object getValue()
           
 
Methods inherited from class aQute.bnd.util.dto.DTO
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

key

public String key

type

public int type

value

public Object value

directive

public boolean directive
Constructor Detail

PersistentResource.Attr

public PersistentResource.Attr()
Method Detail

compareTo

public int compareTo(PersistentResource.Attr o)
Specified by:
compareTo in interface Comparable<PersistentResource.Attr>

getValue

public Object getValue()


Copyright © 2014 aQute SARL. All rights reserved.