Package org.datanucleus.plugin
Class Bundle.BundleVersionRange
- java.lang.Object
-
- org.datanucleus.plugin.Bundle.BundleVersionRange
-
- Enclosing class:
- Bundle
public static class Bundle.BundleVersionRange extends java.lang.Object
Bundle Range - according to OSGi spec 3.0 $3.2.5
-
-
Field Summary
Fields Modifier and Type Field Description Bundle.BundleVersion
ceiling
boolean
ceiling_inclusive
Bundle.BundleVersion
floor
boolean
floor_inclusive
-
Constructor Summary
Constructors Constructor Description BundleVersionRange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
floor
public Bundle.BundleVersion floor
-
ceiling
public Bundle.BundleVersion ceiling
-
floor_inclusive
public boolean floor_inclusive
-
ceiling_inclusive
public boolean ceiling_inclusive
-
-