Package | Description |
---|---|
net.sf.ehcache.config.generator.model |
This package contains utility classes encapsulating ideas of Elements and Attributes.
|
Modifier and Type | Method and Description |
---|---|
static XMLGeneratorVisitor.OutputBehavior |
XMLGeneratorVisitor.OutputBehavior.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLGeneratorVisitor.disableOutputBehavior(XMLGeneratorVisitor.OutputBehavior behavior)
Disables one particular
XMLGeneratorVisitor.OutputBehavior |
void |
XMLGeneratorVisitor.enableOutputBehavior(XMLGeneratorVisitor.OutputBehavior behavior)
Enables one particular
XMLGeneratorVisitor.OutputBehavior |
boolean |
XMLGeneratorVisitor.isOutputBehaviorEnabled(XMLGeneratorVisitor.OutputBehavior behavior)
Returns true if the output behavior is enabled
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.