Uses of Class
com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor.EmptyElementBehavior
-
Packages that use AbstractEmptyElementProcessor.EmptyElementBehavior Package Description com.tangosol.coherence.config.xml.processor 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.EmptyElementBehavior Modifier and Type Method Description static AbstractEmptyElementProcessor.EmptyElementBehavior
AbstractEmptyElementProcessor.EmptyElementBehavior. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractEmptyElementProcessor.EmptyElementBehavior[]
AbstractEmptyElementProcessor.EmptyElementBehavior. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.tangosol.coherence.config.xml.processor with parameters of type AbstractEmptyElementProcessor.EmptyElementBehavior Constructor Description AbstractEmptyElementProcessor(AbstractEmptyElementProcessor.EmptyElementBehavior behavior)
Constructs 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
.
-