| /**
* Returns the QPropertyDefinition of this PropDef
* @return the QPropertyDefinition
*/
public QPropertyDefinition getQPropertyDefinition() {
return new QPropertyDefinitionImpl(
getName(),
getDeclaringNodeType(),
isAutoCreated(),
isMandatory(),
getOnParentVersion(),
|