Uses of Class
org.osgi.service.cdi.ComponentType
-
Packages that use ComponentType Package Description org.osgi.service.cdi CDI Integration Package Version 1.0.org.osgi.service.cdi.runtime.dto.template CDI Integration Package Version 1.0. -
-
Uses of ComponentType in org.osgi.service.cdi
Methods in org.osgi.service.cdi that return ComponentType Modifier and Type Method Description static ComponentType
ComponentType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ComponentType[]
ComponentType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ComponentType in org.osgi.service.cdi.runtime.dto.template
Fields in org.osgi.service.cdi.runtime.dto.template declared as ComponentType Modifier and Type Field Description ComponentType
ComponentTemplateDTO. type
Thetype
of the component.
-