Uses of Class
org.talend.sdk.component.api.DecryptedServer.Combination
-
Packages that use DecryptedServer.Combination Package Description org.talend.sdk.component.api -
-
Uses of DecryptedServer.Combination in org.talend.sdk.component.api
Methods in org.talend.sdk.component.api that return DecryptedServer.Combination Modifier and Type Method Description DecryptedServer.Combination
combination()
static DecryptedServer.Combination
DecryptedServer.Combination. valueOf(String name)
Returns the enum constant of this type with the specified name.static DecryptedServer.Combination[]
DecryptedServer.Combination. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-