09-24-2010 01:21 PM
09-27-2010 06:13 AM
PropertyDefinition propertyDefinition = dictionaryService.getProperty(propertyQName);
if (propertyDefinition != null)
{
DataTypeDefinition dataTypeDefinition = propertyDefinition.getDataType();
QName dataTypeQName = dataTypeDefinition.getName();
/* … */
}
Regards,09-27-2010 10:13 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.