标签: liferay liferay-6
我正在尝试获取我为用户声明的自定义字段的类型...
int type = user.getExpandoBridge().getAttributeType(attribute);
事实是该函数返回一个Integer。在哪里可以找到标识符(int类型)和类型名称之间的匹配?
谢谢你, 奥里奥尔
答案 0 :(得分:1)
我相信您正在寻找ExpandoColumnConstants.*(javadoc)
ExpandoColumnConstants.*