Package aQute.bnd.osgi.resource
Class PersistentResource.Attr
- java.lang.Object
-
- aQute.bnd.util.dto.DTO
-
- aQute.bnd.osgi.resource.PersistentResource.Attr
-
- All Implemented Interfaces:
java.lang.Comparable<PersistentResource.Attr>
- Enclosing class:
- PersistentResource
public static class PersistentResource.Attr extends DTO implements java.lang.Comparable<PersistentResource.Attr>
-
-
Constructor Summary
Constructors Constructor Description Attr()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(PersistentResource.Attr o)
java.lang.Object
getValue()
-
-
-
Method Detail
-
compareTo
public int compareTo(PersistentResource.Attr o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<PersistentResource.Attr>
-
getValue
public java.lang.Object getValue()
-
-