Uses of Class
org.apache.webbeans.spi.BeanArchiveService.BeanDiscoveryMode
-
Packages that use BeanArchiveService.BeanDiscoveryMode Package Description org.apache.webbeans.spi -
-
Uses of BeanArchiveService.BeanDiscoveryMode in org.apache.webbeans.spi
Methods in org.apache.webbeans.spi that return BeanArchiveService.BeanDiscoveryMode Modifier and Type Method Description BeanArchiveService.BeanDiscoveryModeBeanArchiveService.BeanArchiveInformation. getBeanDiscoveryMode()static BeanArchiveService.BeanDiscoveryModeBeanArchiveService.BeanDiscoveryMode. getByOrdinal(int ordinal)static BeanArchiveService.BeanDiscoveryModeBeanArchiveService.BeanDiscoveryMode. max(BeanArchiveService.BeanDiscoveryMode bdmA, BeanArchiveService.BeanDiscoveryMode bdmB)static BeanArchiveService.BeanDiscoveryModeBeanArchiveService.BeanDiscoveryMode. valueOf(String name)Returns the enum constant of this type with the specified name.static BeanArchiveService.BeanDiscoveryMode[]BeanArchiveService.BeanDiscoveryMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.webbeans.spi with parameters of type BeanArchiveService.BeanDiscoveryMode Modifier and Type Method Description static BeanArchiveService.BeanDiscoveryModeBeanArchiveService.BeanDiscoveryMode. max(BeanArchiveService.BeanDiscoveryMode bdmA, BeanArchiveService.BeanDiscoveryMode bdmB)
-