JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.4.0)  E81459-01
 
 
 
@Retention(value=RUNTIME)
 @Target(value=METHOD)
protected static @interface DBObjectValidator.PropertyDependency  
Identifiers the property that a method that has a PropertyValidator is
 dependent on the value of other properties, and therefore the validation
 is also co-dependent.
 
 
 
 
Required Element Summary 
Required Elements    
Modifier and Type 
Required Element and Description 
 
java.lang.String[] 
value 
List of dependent properties (treated as separate properties, not a
 path).
 
 
 
 
 
 
 
 
Element Detail 
 
value 
public abstract java.lang.String[] value 
List of dependent properties (treated as separate properties, not a
 path).
 
 
 
 
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.4.0)  E81459-01
 
Copyright © 1997, 2019, Oracle. All rights reserved.