|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.tools.makeldif.TemplateValue
public class TemplateValue
This class defines a value generated from a template line.
Constructor Summary | |
---|---|
TemplateValue(TemplateLine templateLine)
Creates a new template value with the provided information. |
Method Summary | |
---|---|
void |
append(java.lang.String s)
Appends the provided string to this template value. |
AttributeType |
getAttributeType()
Retrieves the attribute type for this template value. |
TemplateLine |
getTemplateLine()
Retrieves the template line used to generate this value. |
java.lang.StringBuilder |
getValue()
Retrieves the generated value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TemplateValue(TemplateLine templateLine)
templateLine
- The template line used to generate this value.Method Detail |
---|
public TemplateLine getTemplateLine()
public AttributeType getAttributeType()
public java.lang.StringBuilder getValue()
public void append(java.lang.String s)
s
- The string to append to the template value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |