Class VersionRangeDTO


  • public class VersionRangeDTO
    extends org.osgi.dto.DTO
    A representation of a version range.
    • Constructor Summary

      Constructors 
      Constructor Description
      VersionRangeDTO()  
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • floor

        public VersionInRangeDTO floor
        The floor of the range.

        If it is not specified this field must be set to the default value.

      • ceiling

        public VersionInRangeDTO ceiling
        The ceiling of the range.

        If this field is null the ceiling must be interpreted as infinite.

    • Constructor Detail

      • VersionRangeDTO

        public VersionRangeDTO()