Searched defs:templateLine (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DTemplateValue.java44 private TemplateLine templateLine; field in class:TemplateValue
51 * @param templateLine The template line used to generate this value.
53 public TemplateValue(TemplateLine templateLine) argument
55 this.templateLine = templateLine;
69 return templateLine;
81 return templateLine.getAttributeType();
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DTemplateValue.java43 private TemplateLine templateLine; field in class:TemplateValue
50 * @param templateLine The template line used to generate this value.
52 public TemplateValue(TemplateLine templateLine) argument
54 this.templateLine = templateLine;
68 return templateLine;
80 return templateLine.getAttributeType();
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DTemplateValue.java44 private TemplateLine templateLine; field in class:TemplateValue
51 * @param templateLine The template line used to generate this value.
53 public TemplateValue(TemplateLine templateLine) argument
55 this.templateLine = templateLine;
69 return templateLine;
81 return templateLine.getAttributeType();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplateValue.java44 private TemplateLine templateLine; field in class:TemplateValue
51 * @param templateLine The template line used to generate this value.
53 public TemplateValue(TemplateLine templateLine) argument
55 this.templateLine = templateLine;
69 return templateLine;
81 return templateLine.getAttributeType();
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplateValue.java43 private TemplateLine templateLine; field in class:TemplateValue
50 * @param templateLine The template line used to generate this value.
52 public TemplateValue(TemplateLine templateLine) argument
54 this.templateLine = templateLine;
68 return templateLine;
80 return templateLine.getAttributeType();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DTemplateValue.java44 private TemplateLine templateLine; field in class:TemplateValue
51 * @param templateLine The template line used to generate this value.
53 public TemplateValue(TemplateLine templateLine) argument
55 this.templateLine = templateLine;
69 return templateLine;
81 return templateLine.getAttributeType();

Completed in 6061 milliseconds