Uses of Enum Class
decisionrules.DecisionRulesEnums.FolderType
Packages that use DecisionRulesEnums.FolderType
-
Uses of DecisionRulesEnums.FolderType in decisionrules
Methods in decisionrules that return DecisionRulesEnums.FolderTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DecisionRulesEnums.FolderType[]DecisionRulesEnums.FolderType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DecisionRulesEnums.FolderType in decisionrules.model
Fields in decisionrules.model declared as DecisionRulesEnums.FolderTypeMethods in decisionrules.model with parameters of type DecisionRulesEnums.FolderTypeConstructors in decisionrules.model with parameters of type DecisionRulesEnums.FolderTypeModifierConstructorDescriptionFindOptions(String name, String id, String baseId, String ruleAlias, String ruleType, String[] tags, String ruleState, DecisionRulesEnums.FolderType type, Integer version) FolderData(String baseId, List<FolderData> children, String id, String name, DecisionRulesEnums.FolderType type, Integer version, String ruleAlias) FolderNode(String id, DecisionRulesEnums.FolderType type)