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 Object
A primitive type from an XSD definition with a given set of constraints.- Author:
- callan
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
T
getValue()
Retrieves the concrete delegate value.String
toString()
-