Uses of Class
eu.europa.ted.eforms.sdk.selector.component.SdkComponentType
-
Packages that use SdkComponentType Package Description eu.europa.ted.eforms.sdk.selector.component -
-
Uses of SdkComponentType in eu.europa.ted.eforms.sdk.selector.component
Methods in eu.europa.ted.eforms.sdk.selector.component that return SdkComponentType Modifier and Type Method Description SdkComponentTypecomponentType()static SdkComponentTypeSdkComponentType. valueOf(String name)Returns the enum constant of this type with the specified name.static SdkComponentType[]SdkComponentType. 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 SdkComponentType Modifier and Type Method Description protected <T> TSdkComponentFactory. getComponentImpl(String sdkVersion, SdkComponentType componentType, Class<T> intf, Object... initArgs)Constructors in eu.europa.ted.eforms.sdk.selector.component with parameters of type SdkComponentType Constructor Description SdkComponentDescriptor(String sdkVersion, SdkComponentType componentType, Class<T> implType)
-