Class ActionDefBuilder
java.lang.Object
net.anotheria.anosite.gen.asaction.data.ActionDefBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<ActionDef>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the value of the clazz attribute.Sets the value of the name attribute.
-
Field Details
-
name
-
clazz
-
-
Constructor Details
-
ActionDefBuilder
public ActionDefBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
clazz
Sets the value of the clazz attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<ActionDef>
-