Class PrimitiveType<T>

java.lang.Object
ome.xml.model.primitives.PrimitiveType<T>
Direct Known Subclasses:
Color, NonNegativeFloat, NonNegativeInteger, NonNegativeLong, PercentFraction, Timestamp

public abstract class PrimitiveType<T> extends Object
A primitive type from an XSD definition with a given set of constraints.
Author:
callan
  • Method Details

    • getValue

      public T getValue()
      Retrieves the concrete delegate value.
      Returns:
      See above.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object