public class ArgumentDirectiveModels extends Object
| Constructor and Description |
|---|
ArgumentDirectiveModels(List<ConditionModel> ifConditions,
List<ConditionModel> whereConditions,
List<IncrementModel> incrementModels) |
| Modifier and Type | Method and Description |
|---|---|
List<ConditionModel> |
getIfConditions() |
List<IncrementModel> |
getIncrementModels() |
List<ConditionModel> |
getWhereConditions() |
public ArgumentDirectiveModels(List<ConditionModel> ifConditions, List<ConditionModel> whereConditions, List<IncrementModel> incrementModels)
public List<ConditionModel> getIfConditions()
public List<ConditionModel> getWhereConditions()
public List<IncrementModel> getIncrementModels()
Copyright © 2024. All rights reserved.