Class ActionDefBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.asaction.data.ActionDefBuilder
-
-
Constructor Summary
Constructors Constructor Description ActionDefBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionDefbuild()ActionDefBuilderclazz(java.lang.String aValue)Sets the value of the clazz attribute.ActionDefBuildername(java.lang.String aValue)Sets the value of the name attribute.
-
-
-
Method Detail
-
name
public ActionDefBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
clazz
public ActionDefBuilder clazz(java.lang.String aValue)
Sets the value of the clazz attribute.
-
-