Class FeatureBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.asfeature.data.FeatureBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected StringaccessOperationprotected booleanactiveInProductionprotected Stringdescriptionprotected booleanenabledprotected List<String>guardsprotected Stringnameprotected booleanobsolete
-
Constructor Summary
Constructors Constructor Description FeatureBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureBuilderaccessOperation(String aValue)Sets the value of the accessOperation attribute.FeatureBuilderactiveInProduction(boolean aValue)Sets the value of the activeInProduction attribute.Featurebuild()FeatureBuilderdescription(String aValue)Sets the value of the description attribute.FeatureBuilderenabled(boolean aValue)Sets the value of the enabled attribute.FeatureBuilderguards(List<String> aValue)Sets the value of the guards attribute.FeatureBuildername(String aValue)Sets the value of the name attribute.FeatureBuilderobsolete(boolean aValue)Sets the value of the obsolete attribute.
-
-
-
Method Detail
-
name
public FeatureBuilder name(String aValue)
Sets the value of the name attribute.
-
enabled
public FeatureBuilder enabled(boolean aValue)
Sets the value of the enabled attribute.
-
activeInProduction
public FeatureBuilder activeInProduction(boolean aValue)
Sets the value of the activeInProduction attribute.
-
obsolete
public FeatureBuilder obsolete(boolean aValue)
Sets the value of the obsolete attribute.
-
description
public FeatureBuilder description(String aValue)
Sets the value of the description attribute.
-
guards
public FeatureBuilder guards(List<String> aValue)
Sets the value of the guards attribute.
-
accessOperation
public FeatureBuilder accessOperation(String aValue)
Sets the value of the accessOperation attribute.
-
-