public static class XmlAttribute.XmlAttributeBuilder extends Object
XmlAttributes.| 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 © 2014–2016 AssertJ. All rights reserved.