获取属性的内码值

property.getProperty("xxx") //直接获取属性
property.getTCProperty("xxx").getPropertyDescriptor().getTypeComponent().toString();  //获取内码值

  

原文地址:https://www.cnblogs.com/wwssgg/p/15509802.html