Uses of Interface
com.helger.commons.type.ITypedObject
-
Packages that use ITypedObject Package Description com.helger.commons.type -
-
Uses of ITypedObject in com.helger.commons.type
Classes in com.helger.commons.type that implement ITypedObject Modifier and Type Class Description classTypedObject<IDTYPE>Base implementation of an object that has anObjectTypeand an ID.Methods in com.helger.commons.type with parameters of type ITypedObject Modifier and Type Method Description static <IDTYPE> TypedObject<IDTYPE>TypedObject. create(ITypedObject<IDTYPE> aObj)Factory methodConstructors in com.helger.commons.type with parameters of type ITypedObject Constructor Description TypedObject(ITypedObject<IDTYPE> aObj)
-