public class InitializationCriteriaForInterface extends java.lang.Object implements IInitializationCriteria
INITIALIZE_ALL, INITIALIZE_PRIVATE| Constructor and Description |
|---|
InitializationCriteriaForInterface()
Deprecated.
Basic constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldInitializeRelationship(IRelationshipDescriptor pRelationshipDescriptor)
Deprecated.
Return true if the initializer should initialize targets of the relationship
described by pRepaltinshipDescriptor argument.
|
public InitializationCriteriaForInterface()
public boolean shouldInitializeRelationship(IRelationshipDescriptor pRelationshipDescriptor)
IInitializationCriteriashouldInitializeRelationship in interface IInitializationCriteriapRelationshipDescriptor - a relationship descriptortrue if the relationship should be initialized, false otherwise