Uses of Enum Class
com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor.EmptyElementBehavior
Package
Description
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
-
Uses of AbstractEmptyElementProcessor.EmptyElementBehavior in com.tangosol.coherence.config.xml.processor
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AbstractEmptyElementProcessor.EmptyElementBehavior.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionConstructs anAbstractEmptyElementProcessor
with the specified behavior for processing emptyXmlElement
s (with a default value ofnull
).SpecificInstanceProcessor
(Class<T> clzToRealize, AbstractEmptyElementProcessor.EmptyElementBehavior behavior) Constructs aSpecificInstanceProcessor
for the specifiedClass
.