Exemplo n.º 1
0
 protected static String categoryFromDocumentInformation(
     IfcDocumentInformation documentInformation) {
   String category = "";
   category = documentInformation.getPurpose();
   return COBieUtility.getCOBieString(category);
 }