Uses of Interface
com.helger.commons.id.IHasID
Packages that use IHasID
Package
Description
-
Uses of IHasID in com.helger.commons.error
Classes in com.helger.commons.error that implement IHasID -
Uses of IHasID in com.helger.commons.error.level
Subinterfaces of IHasID in com.helger.commons.error.levelModifier and TypeInterfaceDescriptioninterfaceInterface representing a single error level.Classes in com.helger.commons.error.level that implement IHasIDModifier and TypeClassDescriptionenumRepresents a generic error level.classA standalone implementation of theIErrorLevelinterface. -
Uses of IHasID in com.helger.commons.hierarchy
Classes in com.helger.commons.hierarchy with type parameters of type IHasIDModifier and TypeClassDescriptionclassChildrenProviderHasChildrenWithID<KEYTYPE,CHILDTYPE extends IHasChildren<CHILDTYPE> & IHasID<KEYTYPE>> An implementation of theIChildrenProviderWithIDinterface that works with all types that implementIHasChildrenandIHasID. -
Uses of IHasID in com.helger.commons.id
Methods in com.helger.commons.id that return types with arguments of type IHasIDModifier and TypeMethodDescriptionstatic <T extends Comparable<? super T>>
Comparator<IHasID<T>> IHasID.getComparatorID() -
Uses of IHasID in com.helger.commons.io.watchdir
Classes in com.helger.commons.io.watchdir that implement IHasID -
Uses of IHasID in com.helger.commons.lang
Methods in com.helger.commons.lang with type parameters of type IHasIDModifier and TypeMethodDescriptionEnumHelper.getFromIDCaseInsensitiveOrDefault(Class<ENUMTYPE> aClass, String sID, ENUMTYPE eDefault) Get the enum value with the passed string ID case insensitiveEnumHelper.getFromIDCaseInsensitiveOrNull(Class<ENUMTYPE> aClass, String sID) Get the enum value with the passed string ID case insensitiveEnumHelper.getFromIDCaseInsensitiveOrThrow(Class<ENUMTYPE> aClass, String sID) Get the enum value with the passed string ID (case insensitive).EnumHelper.getFromIDOrDefault(Class<ENUMTYPE> aClass, KEYTYPE aID, ENUMTYPE eDefault) Get the enum value with the passed IDEnumHelper.getFromIDOrNull(Class<ENUMTYPE> aClass, KEYTYPE aID) Get the enum value with the passed IDEnumHelper.getFromIDOrThrow(Class<ENUMTYPE> aClass, KEYTYPE aID) Get the enum value with the passed ID. -
Uses of IHasID in com.helger.commons.locale.country
Classes in com.helger.commons.locale.country that implement IHasID -
Uses of IHasID in com.helger.commons.mime
Classes in com.helger.commons.mime that implement IHasIDModifier and TypeClassDescriptionenumDetermines the most well known MIME content types. -
Uses of IHasID in com.helger.commons.state
Classes in com.helger.commons.state that implement IHasIDModifier and TypeClassDescriptionenumRepresents an object that has one of 3 different states compared to a boolean that has only 2 different states. -
Uses of IHasID in com.helger.commons.thirdparty
Subinterfaces of IHasID in com.helger.commons.thirdpartyClasses in com.helger.commons.thirdparty that implement IHasIDModifier and TypeClassDescriptionclassRepresents a custom license.enumRepresents a bunch of Open Source licenses regularly used. -
Uses of IHasID in com.helger.commons.type
Subinterfaces of IHasID in com.helger.commons.typeModifier and TypeInterfaceDescriptioninterfaceITypedObject<IDTYPE>Base interface for objects having anObjectTypeand an ID.Classes in com.helger.commons.type that implement IHasIDModifier and TypeClassDescriptionfinal classTypedObject<IDTYPE>Base implementation of an object that has anObjectTypeand an ID.