public interface Parentable
Created: September 17 2014
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.Object,Validator<?>> | 
getChildValidatorMap()
Return a map form of the child validators, used for generating
 a human readable representation of the parent-child relationship. 
 | 
java.util.Collection<? extends Validator<?>> | 
getChildValidators()
Get any child validators. 
 | 
java.lang.Object | 
getDefaultKeyForChildValidatorMap()
Return the default key for the childValidatorMap, if any. 
 | 
void | 
setChildValidatorMap(java.util.Map<?,Validator<?>> pChildMap)
Set the child validator map. 
 | 
static final java.lang.String CLASS_VERSION
java.util.Collection<? extends Validator<?>> getChildValidators()
java.util.Map<java.lang.Object,Validator<?>> getChildValidatorMap()
void setChildValidatorMap(java.util.Map<?,Validator<?>> pChildMap)
pChildMap - the child validator map.OperationNotSupportedException - if not supported.java.lang.Object getDefaultKeyForChildValidatorMap()