Package org.talend.sdk.component.api
Annotation Type DecryptedServer.Conditions
- 
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public static @interface DecryptedServer.Conditions
 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description DecryptedServer.Condition[]value 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description DecryptedServer.Combinationcombination 
 - 
 
- 
- 
Element Detail
- 
value
DecryptedServer.Condition[] value
- Returns:
 - the list of conditions to meet to use an actual server.
 
 
 - 
 
- 
- 
combination
DecryptedServer.Combination combination
- Returns:
 - the way to combine the conditions.
 
- Default:
 - org.talend.sdk.component.api.DecryptedServer.Combination.OR
 
 
 - 
 
 -