Uses of Enum Class
com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor.EmptyElementBehavior
Packages that use 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
Methods in com.tangosol.coherence.config.xml.processor that return AbstractEmptyElementProcessor.EmptyElementBehaviorModifier 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.Constructors in com.tangosol.coherence.config.xml.processor with parameters of type AbstractEmptyElementProcessor.EmptyElementBehaviorModifierConstructorDescriptionConstructs anAbstractEmptyElementProcessorwith the specified behavior for processing emptyXmlElements (with a default value ofnull).SpecificInstanceProcessor(Class<T> clzToRealize, AbstractEmptyElementProcessor.EmptyElementBehavior behavior) Constructs aSpecificInstanceProcessorfor the specifiedClass.