Uses of Class
com.helger.commons.type.ObjectType
-
Packages that use ObjectType Package Description com.helger.commons.type -
-
Uses of ObjectType in com.helger.commons.type
Methods in com.helger.commons.type that return ObjectType Modifier and Type Method Description ObjectTypeIHasObjectType. getObjectType()ObjectTypeTypedObject. getObjectType()Methods in com.helger.commons.type with parameters of type ObjectType Modifier and Type Method Description intObjectType. compareTo(ObjectType aObjType)static <IDTYPE> TypedObject<IDTYPE>TypedObject. create(ObjectType aObjectType, IDTYPE aID)Factory methoddefault booleanIHasObjectType. hasObjectType(ObjectType aOT)Check if this object has the providedObjectType.Constructors in com.helger.commons.type with parameters of type ObjectType Constructor Description TypedObject(ObjectType aObjectType, IDTYPE aID)Constructor.
-