Uses of Interface
com.helger.commons.id.IHasID
-
-
Uses of IHasID in com.helger.commons.error
Classes in com.helger.commons.error that implement IHasID Modifier and Type Class Description static classErrorTextProvider.EField -
Uses of IHasID in com.helger.commons.error.level
Subinterfaces of IHasID in com.helger.commons.error.level Modifier and Type Interface Description interfaceIErrorLevelInterface representing a single error level.Classes in com.helger.commons.error.level that implement IHasID Modifier and Type Class Description classEErrorLevelRepresents a generic error level.classErrorLevelA standalone implementation of theIErrorLevelinterface. -
Uses of IHasID in com.helger.commons.hierarchy
Classes in com.helger.commons.hierarchy with type parameters of type IHasID Modifier and Type Class Description classChildrenProviderHasChildrenWithID<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 IHasID Modifier and Type Method Description static <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 Modifier and Type Class Description classEWatchDirActionEnum for fixed actions. -
Uses of IHasID in com.helger.commons.lang
Methods in com.helger.commons.lang with type parameters of type IHasID Modifier and Type Method Description static <ENUMTYPE extends Enum<ENUMTYPE> & IHasID<String>>
ENUMTYPEEnumHelper. getFromIDCaseInsensitiveOrDefault(Class<ENUMTYPE> aClass, String sID, ENUMTYPE eDefault)Get the enum value with the passed string ID case insensitivestatic <ENUMTYPE extends Enum<ENUMTYPE> & IHasID<String>>
ENUMTYPEEnumHelper. getFromIDCaseInsensitiveOrNull(Class<ENUMTYPE> aClass, String sID)Get the enum value with the passed string ID case insensitivestatic <ENUMTYPE extends Enum<ENUMTYPE> & IHasID<String>>
ENUMTYPEEnumHelper. getFromIDCaseInsensitiveOrThrow(Class<ENUMTYPE> aClass, String sID)Get the enum value with the passed string ID (case insensitive).static <KEYTYPE,ENUMTYPE extends Enum<ENUMTYPE> & IHasID<KEYTYPE>>
ENUMTYPEEnumHelper. getFromIDOrDefault(Class<ENUMTYPE> aClass, KEYTYPE aID, ENUMTYPE eDefault)Get the enum value with the passed IDstatic <KEYTYPE,ENUMTYPE extends Enum<ENUMTYPE> & IHasID<KEYTYPE>>
ENUMTYPEEnumHelper. getFromIDOrNull(Class<ENUMTYPE> aClass, KEYTYPE aID)Get the enum value with the passed IDstatic <KEYTYPE,ENUMTYPE extends Enum<ENUMTYPE> & IHasID<KEYTYPE>>
ENUMTYPEEnumHelper. 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 Modifier and Type Class Description classECountryCountry enum. -
Uses of IHasID in com.helger.commons.mime
Classes in com.helger.commons.mime that implement IHasID Modifier and Type Class Description classEMimeContentTypeDetermines the most well known MIME content types. -
Uses of IHasID in com.helger.commons.state
Classes in com.helger.commons.state that implement IHasID Modifier and Type Class Description classETriStateRepresents 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.thirdparty Modifier and Type Interface Description interfaceILicenseRepresents a single license.Classes in com.helger.commons.thirdparty that implement IHasID Modifier and Type Class Description classCustomLicenseRepresents a custom license.classELicenseRepresents a bunch of Open Source licenses regularly used. -
Uses of IHasID in com.helger.commons.type
Subinterfaces of IHasID in com.helger.commons.type Modifier and Type Interface Description interfaceITypedObject<IDTYPE>Base interface for objects having anObjectTypeand an ID.Classes in com.helger.commons.type that implement IHasID Modifier and Type Class Description classTypedObject<IDTYPE>Base implementation of an object that has anObjectTypeand an ID.
-