public static class XmlAttribute.XmlAttributeBuilder extends Object
XmlAttribute
s.Modifier and Type | Method and Description |
---|---|
XmlAttribute |
value(double value)
Creates a new
using the attribute name passed when this builder was created and
the given value. |
XmlAttribute |
value(long value)
Creates a new
using the attribute name passed when this builder was created and
the given value. |
XmlAttribute |
value(String value)
Creates a new
using the attribute name passed when this builder was created and
the given value. |
public XmlAttribute value(String value)
XmlAttribute
using the attribute name passed when this builder was created and
the given value.value
- the value of the attribute to create.XmlAttribute
.public XmlAttribute value(long value)
XmlAttribute
using the attribute name passed when this builder was created and
the given value.value
- the value of the attribute to create.XmlAttribute
.public XmlAttribute value(double value)
XmlAttribute
using the attribute name passed when this builder was created and
the given value.value
- the value of the attribute to create.XmlAttribute
.Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.