Uses of Interface
com.helger.commons.id.IHasIntID
Packages that use IHasIntID
-
Uses of IHasIntID in com.helger.commons.id
Methods in com.helger.commons.id that return types with arguments of type IHasIntID -
Uses of IHasIntID in com.helger.commons.io.file
Classes in com.helger.commons.io.file that implement IHasIntIDModifier and TypeClassDescriptionenumRepresents a set of predefined error codes that can occur in file operations. -
Uses of IHasIntID in com.helger.commons.lang
Methods in com.helger.commons.lang with type parameters of type IHasIntIDModifier and TypeMethodDescriptionEnumHelper.getFromIDOrDefault(Class<ENUMTYPE> aClass, int nID, ENUMTYPE eDefault) Get the enum value with the passed IDEnumHelper.getFromIDOrNull(Class<ENUMTYPE> aClass, int nID) Get the enum value with the passed IDEnumHelper.getFromIDOrThrow(Class<ENUMTYPE> aClass, int nID) Get the enum value with the passed ID.