Uses of Class
eu.europa.ted.eforms.sdk.selector.component.VersionDependentComponentType
-
Packages that use VersionDependentComponentType Package Description eu.europa.ted.eforms.sdk.selector.component -
-
Uses of VersionDependentComponentType in eu.europa.ted.eforms.sdk.selector.component
Methods in eu.europa.ted.eforms.sdk.selector.component that return VersionDependentComponentType Modifier and Type Method Description VersionDependentComponentTypecomponentType()static VersionDependentComponentTypeVersionDependentComponentType. valueOf(String name)Returns the enum constant of this type with the specified name.static VersionDependentComponentType[]VersionDependentComponentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.europa.ted.eforms.sdk.selector.component with parameters of type VersionDependentComponentType Modifier and Type Method Description protected <T> TVersionDependentComponentFactory. getComponentImpl(String sdkVersion, VersionDependentComponentType componentType, Class<T> intf, Object... initArgs)Constructors in eu.europa.ted.eforms.sdk.selector.component with parameters of type VersionDependentComponentType Constructor Description VersionDependentComponentDescriptor(String sdkVersion, VersionDependentComponentType componentType, Class<T> implType)
-