Uses of Class
ch.qos.logback.core.model.conditional.IfModel.BranchState
-
Packages that use IfModel.BranchState Package Description ch.qos.logback.core.model.conditional Contains model classes for conditional configuration elements. -
-
Uses of IfModel.BranchState in ch.qos.logback.core.model.conditional
Methods in ch.qos.logback.core.model.conditional that return IfModel.BranchState Modifier and Type Method Description IfModel.BranchStateIfModel. getBranchState()static IfModel.BranchStateIfModel.BranchState. valueOf(String name)Returns the enum constant of this type with the specified name.static IfModel.BranchState[]IfModel.BranchState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.qos.logback.core.model.conditional with parameters of type IfModel.BranchState Modifier and Type Method Description voidIfModel. setBranchState(IfModel.BranchState state)
-