Package ome.xml.model.primitives
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 java.lang.ObjectA primitive type from an XSD definition with a given set of constraints.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)TgetValue()Retrieves the concrete delegate value.java.lang.StringtoString()
-
-
-
Method Detail
-
getValue
public T getValue()
Retrieves the concrete delegate value.- Returns:
- See above.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-