Uses of Class
net.sf.ehcache.config.generator.model.XMLGeneratorVisitor.OutputBehavior
-
Packages that use XMLGeneratorVisitor.OutputBehavior Package Description net.sf.ehcache.config.generator.model This package contains utility classes encapsulating ideas of Elements and Attributes. -
-
Uses of XMLGeneratorVisitor.OutputBehavior in net.sf.ehcache.config.generator.model
Methods in net.sf.ehcache.config.generator.model that return XMLGeneratorVisitor.OutputBehavior Modifier and Type Method Description static XMLGeneratorVisitor.OutputBehaviorXMLGeneratorVisitor.OutputBehavior. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static XMLGeneratorVisitor.OutputBehavior[]XMLGeneratorVisitor.OutputBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.ehcache.config.generator.model with parameters of type XMLGeneratorVisitor.OutputBehavior Modifier and Type Method Description voidXMLGeneratorVisitor. disableOutputBehavior(XMLGeneratorVisitor.OutputBehavior behavior)Disables one particularXMLGeneratorVisitor.OutputBehaviorvoidXMLGeneratorVisitor. enableOutputBehavior(XMLGeneratorVisitor.OutputBehavior behavior)Enables one particularXMLGeneratorVisitor.OutputBehaviorbooleanXMLGeneratorVisitor. isOutputBehaviorEnabled(XMLGeneratorVisitor.OutputBehavior behavior)Returns true if the output behavior is enabled
-