|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fest.swing.junit.xml.XmlAttribute.XmlAttributeBuilder
public static class XmlAttribute.XmlAttributeBuilder
Understands creation of
s.
XmlAttribute
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |