Searched defs:testGroupName (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java33 private ArrayList <Object> testGroupName; field in class:ArrayData
58 testGroupName = new ArrayList<Object>();
82 public void setGroupName(String inGroupName){ testGroupName.add(inGroupName); }
105 public <Object> ArrayList getGroupName(){ return testGroupName; }
128 public String getGroupName(int index){ if(testGroupName != null && index < testGroupName.size()) return (String)(testGroupName.get(index)); else return null;}
/forgerock/opendj2/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java32 private ArrayList <Object> testGroupName; field in class:ArrayData
57 testGroupName = new ArrayList<Object>();
81 public void setGroupName(String inGroupName){ testGroupName.add(inGroupName); }
104 public <Object> ArrayList getGroupName(){ return testGroupName; }
127 public String getGroupName(int index){ if(testGroupName != null && index < testGroupName.size()) return (String)(testGroupName.get(index)); else return null;}
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java33 private ArrayList <Object> testGroupName; field in class:ArrayData
58 testGroupName = new ArrayList<Object>();
82 public void setGroupName(String inGroupName){ testGroupName.add(inGroupName); }
105 public <Object> ArrayList getGroupName(){ return testGroupName; }
128 public String getGroupName(int index){ if(testGroupName != null && index < testGroupName.size()) return (String)(testGroupName.get(index)); else return null;}
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java33 private ArrayList <Object> testGroupName; field in class:ArrayData
58 testGroupName = new ArrayList<Object>();
82 public void setGroupName(String inGroupName){ testGroupName.add(inGroupName); }
105 public <Object> ArrayList getGroupName(){ return testGroupName; }
128 public String getGroupName(int index){ if(testGroupName != null && index < testGroupName.size()) return (String)(testGroupName.get(index)); else return null;}
/forgerock/opendj2-hg/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java32 private ArrayList <Object> testGroupName; field in class:ArrayData
57 testGroupName = new ArrayList<Object>();
81 public void setGroupName(String inGroupName){ testGroupName.add(inGroupName); }
104 public <Object> ArrayList getGroupName(){ return testGroupName; }
127 public String getGroupName(int index){ if(testGroupName != null && index < testGroupName.size()) return (String)(testGroupName.get(index)); else return null;}

Completed in 119 milliseconds