Public:BWmeta service/Java mapping

From YaddaWiki

< Public:BWmeta service
Revision as of 09:51, 27 September 2010 by Bolo (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Service details
NameBWmeta
Code location
(relative to SVN root)
projects/dir/bwmeta-core
Javadoc
Contact personJakub Jurkiewicz

General contracts

  • Every class has a public empty constructor.
  • Every setter and every list adder in every class returns this, which allows chained setting, e.g.:
new YElement()
    .setId("bwmeta1.element.foo")
    .add(new YName().setText("Foo").setLanguage(YLanguage.English))
    .addDescription(new YDescription().setText("Lorem ipsum"));
  • ...

Lists

Personal tools