]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/Identifications/LibraryClass/LibraryClassVector.java
1. Restructure module description on main UI
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / module / Identifications / LibraryClass / LibraryClassVector.java
index f7af757458b309233cad2c3be89cf71d18618338..efb146e1e7b42df6ca2071c2d9072c3eab0f137a 100644 (file)
@@ -86,4 +86,11 @@ public class LibraryClassVector {
     public int size() {\r
         return this.vLibraryClass.size();\r
     }\r
+    \r
+    public Vector<String> toStringVector(int index) {\r
+        Vector<String> v = new Vector<String>();\r
+        v.addElement(getLibraryClass(index).getLibraryClassName());\r
+        v.addElement(getLibraryClass(index).getUsage());\r
+        return v;\r
+    }\r
 }\r