Package com.helger.commons.type
-
Interface Summary Interface Description IHasObjectType Base interface for all objects having a certainObjectType.ITypedObject<IDTYPE> Base interface for objects having anObjectTypeand an ID. -
Class Summary Class Description ObjectType This class encapsulates an internal object type.
Note: it is not based on an interface, because this may lead to difficulties comparing different object type implementations of the same interface.TypedObject<IDTYPE> Base implementation of an object that has anObjectTypeand an ID.