Class ExposureNumber

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product

    public class ExposureNumber
    extends java.lang.Object
    implements scala.Product, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ExposureNumber​(int exposureNumber, scala.Option<java.lang.Object> subArray)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ExposureNumber apply​(java.lang.String exposureNumber)  
      int exposureNumber()  
      ExposureNumber next()
      Returns the next exposure number
      ExposureNumber nextSubArray()
      Returns next subarray number
      scala.Option<java.lang.Object> subArray()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Constructor Detail

      • ExposureNumber

        public ExposureNumber​(int exposureNumber,
                              scala.Option<java.lang.Object> subArray)
    • Method Detail

      • apply

        public static ExposureNumber apply​(java.lang.String exposureNumber)
      • exposureNumber

        public int exposureNumber()
      • subArray

        public scala.Option<java.lang.Object> subArray()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • next

        public ExposureNumber next()
        Returns the next exposure number
      • nextSubArray

        public ExposureNumber nextSubArray()
        Returns next subarray number