public interface IPropertyDefinitionOwner extends IRoot
| Modifier and Type | Method and Description | 
|---|---|
PropertyDefinition | 
findPropertyDefinition(java.lang.String ownerClass,
                      java.lang.String name)
Finds the property definition with the specified name, or null if not found. 
 | 
java.lang.String | 
getName()
Gets the name of the property definition owner, to be used when creating the
 NLS key for each property definition. 
 | 
dump, dump, getDisplayableObjectName, getDisplayableTypeName, getGUID, getOwner, getStrongTypeClassName, validate, validate, validategetRootContainergetGlobalId, getInternalId, getParentjava.lang.String getName()
PropertyDefinition findPropertyDefinition(java.lang.String ownerClass, java.lang.String name)
ownerClass - the owner class name.name - the name of the property the property definition defines.