Uses of Package
ome.xml.model.primitives

  • Classes in ome.xml.model.primitives used by ome.xml.meta 
    Class Description
    Color
    Primitive type that represents an RGBA color.
    NonNegativeInteger
    An integer whose constraints are bound to Java's 32-bit signed integer type and a further non-negative restriction.
    NonNegativeLong
    An integer whose constraints are bound to Java's 64-bit signed integer type and a further non-negative restriction.
    PercentFraction
    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.
    PositiveInteger
    An integer whose constraints are bound to Java's 32-bit signed integer type and a further positive restriction.
    Timestamp
    Primitive type that represents an ISO 8601 timestamp.
  • Classes in ome.xml.model.primitives used by ome.xml.model 
    Class Description
    Color
    Primitive type that represents an RGBA color.
    NonNegativeInteger
    An integer whose constraints are bound to Java's 32-bit signed integer type and a further non-negative restriction.
    NonNegativeLong
    An integer whose constraints are bound to Java's 64-bit signed integer type and a further non-negative restriction.
    PercentFraction
    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.
    PositiveInteger
    An integer whose constraints are bound to Java's 32-bit signed integer type and a further positive restriction.
    Timestamp
    Primitive type that represents an ISO 8601 timestamp.
  • Classes in ome.xml.model.primitives used by ome.xml.model.enums 
    Class Description
    PrimitiveNumber
    A primitive type from an XSD definition with a given set of constraints.
  • Classes in ome.xml.model.primitives used by ome.xml.model.enums.handlers 
    Class Description
    PrimitiveNumber
    A primitive type from an XSD definition with a given set of constraints.
  • Classes in ome.xml.model.primitives used by ome.xml.model.primitives 
    Class Description
    Color
    Primitive type that represents an RGBA color.
    NonNegativeFloat
    A float whose constraints are bound to Java's 64-bit float (double) and a further non-negative restriction.
    NonNegativeInteger
    An integer whose constraints are bound to Java's 32-bit signed integer type and a further non-negative restriction.
    NonNegativeLong
    An integer whose constraints are bound to Java's 64-bit signed integer type and a further non-negative restriction.
    PercentFraction
    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.
    PositiveFloat
    A float whose constraints are bound to Java's 64-bit float (double) and a further positive restriction.
    PositiveInteger
    An integer whose constraints are bound to Java's 32-bit signed integer type and a further positive restriction.
    PositiveLong
    An integer whose constraints are bound to Java's 64-bit signed integer type and a further positive restriction.
    PrimitiveNumber
    A primitive type from an XSD definition with a given set of constraints.
    PrimitiveType
    A primitive type from an XSD definition with a given set of constraints.
    Timestamp
    Primitive type that represents an ISO 8601 timestamp.