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
XmlAttributes.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvalue(double value) Creates a newusing the attribute name passed when this builder was created and the given value.XmlAttributevalue(long value) Creates a newusing the attribute name passed when this builder was created and the given value.XmlAttributeCreates a newusing 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 newusing 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 newusing 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 newusing 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.
-