Class ConstraintBuilder
java.lang.Object
net.anotheria.anosite.gen.anoaccessconfiguration.data.ConstraintBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<Constraint>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the value of the className attribute.contextInitializers(List<String> aValue) Sets the value of the contextInitializers attribute.description(String aValue) Sets the value of the description attribute.Sets the value of the name attribute.parameter1(String aValue) Sets the value of the parameter1 attribute.parameter2(String aValue) Sets the value of the parameter2 attribute.parameter3(String aValue) Sets the value of the parameter3 attribute.parameter4(String aValue) Sets the value of the parameter4 attribute.parameter5(String aValue) Sets the value of the parameter5 attribute.
-
Field Details
-
name
-
className
-
contextInitializers
-
parameter1
-
parameter2
-
parameter3
-
parameter4
-
parameter5
-
description
-
-
Constructor Details
-
ConstraintBuilder
public ConstraintBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
className
Sets the value of the className attribute. -
contextInitializers
Sets the value of the contextInitializers attribute. -
parameter1
Sets the value of the parameter1 attribute. -
parameter2
Sets the value of the parameter2 attribute. -
parameter3
Sets the value of the parameter3 attribute. -
parameter4
Sets the value of the parameter4 attribute. -
parameter5
Sets the value of the parameter5 attribute. -
description
Sets the value of the description attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<Constraint>
-