Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.coherence.config.xml.processor
Class AbstractEmptyElementProcessor.EmptyElementBehavior

java.lang.Object
  extended by java.lang.Enum
      extended by com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor.EmptyElementBehavior

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
AbstractEmptyElementProcessor

public static final class AbstractEmptyElementProcessor.EmptyElementBehavior
extends java.lang.Enum

The behavior of the ConditionalElementProcessor when it encounters an empty XmlElement.


Field Summary
static AbstractEmptyElementProcessor.EmptyElementBehavior IGNORE
          When an empty XmlElement is encountered, simply ignore it and don't process the XmlElement at all.
static AbstractEmptyElementProcessor.EmptyElementBehavior PROCESS
          When an empty XmlElement is encountered, attempt to process it.
static AbstractEmptyElementProcessor.EmptyElementBehavior THROW_EXCEPTION
          When an empty XmlElement is encountered, raise a ConfigurationException.
static AbstractEmptyElementProcessor.EmptyElementBehavior USE_DEFAULT_VALUE
          When an empty XmlElement is encountered, return a default value.

 

Method Summary
static AbstractEmptyElementProcessor.EmptyElementBehavior valueOf(java.lang.String name)
           
static AbstractEmptyElementProcessor.EmptyElementBehavior[] values()
           

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Field Detail

IGNORE

public static final AbstractEmptyElementProcessor.EmptyElementBehavior IGNORE
When an empty XmlElement is encountered, simply ignore it and don't process the XmlElement at all.

THROW_EXCEPTION

public static final AbstractEmptyElementProcessor.EmptyElementBehavior THROW_EXCEPTION
When an empty XmlElement is encountered, raise a ConfigurationException.

USE_DEFAULT_VALUE

public static final AbstractEmptyElementProcessor.EmptyElementBehavior USE_DEFAULT_VALUE
When an empty XmlElement is encountered, return a default value.

PROCESS

public static final AbstractEmptyElementProcessor.EmptyElementBehavior PROCESS
When an empty XmlElement is encountered, attempt to process it.

Method Detail

values

public static AbstractEmptyElementProcessor.EmptyElementBehavior[] values()

valueOf

public static AbstractEmptyElementProcessor.EmptyElementBehavior valueOf(java.lang.String name)

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.