Package org.fest.swing.junit.xml
Class XmlAttribute.XmlAttributeBuilder
java.lang.Object
org.fest.swing.junit.xml.XmlAttribute.XmlAttributeBuilder
- Enclosing class:
- XmlAttribute
Understands creation of
XmlAttribute
s.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvalue
(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
Creates a new
using the attribute name passed when this builder was created and the given value.XmlAttribute
-
Field Details
-
name
-
-
Constructor Details
-
XmlAttributeBuilder
XmlAttributeBuilder(String name)
-
-
Method Details
-
value
Creates a new
using the attribute name passed when this builder was created and the given value.XmlAttribute
- Parameters:
value
- the value of the attribute to create.- Returns:
- the created
XmlAttribute
.
-
value
Creates a new
using the attribute name passed when this builder was created and the given value.XmlAttribute
- Parameters:
value
- the value of the attribute to create.- Returns:
- the created
XmlAttribute
.
-
value
Creates a new
using the attribute name passed when this builder was created and the given value.XmlAttribute
- Parameters:
value
- the value of the attribute to create.- Returns:
- the created
XmlAttribute
.
-