Searched refs:getGroupPurpose (Results 1 - 10 of 10) sorted by relevance

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/parsingtool/
H A DWriteXMLFile_xml.java84 fwOutput.write(" <grouppurpose>" + arrayData.getGroupPurpose(0)
H A DArrayData.java106 public <Object> ArrayList getGroupPurpose(){ return testGroupPurpose; } method in class:ArrayData
129 public String getGroupPurpose(int index){ if(testGroupPurpose != null && index < testGroupPurpose.size()) return (String)(testGroupPurpose.get(index)); else return null;} method in class:ArrayData
/forgerock/opendj2/tests/staf-tests/shared/java/parsingtool/
H A DWriteXMLFile_xml.java83 fwOutput.write(" <grouppurpose>" + arrayData.getGroupPurpose(0)
H A DArrayData.java105 public <Object> ArrayList getGroupPurpose(){ return testGroupPurpose; } method in class:ArrayData
128 public String getGroupPurpose(int index){ if(testGroupPurpose != null && index < testGroupPurpose.size()) return (String)(testGroupPurpose.get(index)); else return null;} method in class:ArrayData
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/parsingtool/
H A DWriteXMLFile_xml.java84 fwOutput.write(" <grouppurpose>" + arrayData.getGroupPurpose(0)
H A DArrayData.java106 public <Object> ArrayList getGroupPurpose(){ return testGroupPurpose; } method in class:ArrayData
129 public String getGroupPurpose(int index){ if(testGroupPurpose != null && index < testGroupPurpose.size()) return (String)(testGroupPurpose.get(index)); else return null;} method in class:ArrayData
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/parsingtool/
H A DWriteXMLFile_xml.java84 fwOutput.write(" <grouppurpose>" + arrayData.getGroupPurpose(0)
H A DArrayData.java106 public <Object> ArrayList getGroupPurpose(){ return testGroupPurpose; } method in class:ArrayData
129 public String getGroupPurpose(int index){ if(testGroupPurpose != null && index < testGroupPurpose.size()) return (String)(testGroupPurpose.get(index)); else return null;} method in class:ArrayData
/forgerock/opendj2-hg/tests/staf-tests/shared/java/parsingtool/
H A DWriteXMLFile_xml.java83 fwOutput.write(" <grouppurpose>" + arrayData.getGroupPurpose(0)
H A DArrayData.java105 public <Object> ArrayList getGroupPurpose(){ return testGroupPurpose; } method in class:ArrayData
128 public String getGroupPurpose(int index){ if(testGroupPurpose != null && index < testGroupPurpose.size()) return (String)(testGroupPurpose.get(index)); else return null;} method in class:ArrayData

Completed in 28 milliseconds