Package ome.xml.model.primitives


package ome.xml.model.primitives
  • Class
    Description
    Primitive type that represents an RGBA color.
    A float whose constraints are bound to Java's 64-bit float (double) and a further non-negative restriction.
    An integer whose constraints are bound to Java's 32-bit signed integer type and a further non-negative restriction.
    An integer whose constraints are bound to Java's 64-bit signed integer type and a further non-negative restriction.
    A floating point value whose constraints are bound to Java's 32-bit floating point type and a further 0.0f minimum and 1.0f maximum.
    A float whose constraints are bound to Java's 64-bit float (double) and a further positive restriction.
    An integer whose constraints are bound to Java's 32-bit signed integer type and a further positive restriction.
    An integer whose constraints are bound to Java's 64-bit signed integer type and a further positive restriction.
    A primitive type from an XSD definition with a given set of constraints.
    A primitive type from an XSD definition with a given set of constraints.
    Primitive type that represents an ISO 8601 timestamp.