org.openejb.xbeans.ejbjar
Interface OpenejbEntityBeanType.Cache.IsolationLevel

All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlString, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
OpenejbEntityBeanTypeImpl.CacheImpl.IsolationLevelImpl
Enclosing interface:
OpenejbEntityBeanType.Cache

public static interface OpenejbEntityBeanType.Cache.IsolationLevel
extends org.apache.xmlbeans.XmlString

An XML isolation-level(@http://www.openejb.org/xml/ns/openejb-jar-2.1). This is an atomic type that is a restriction of org.openejb.xbeans.ejbjar.OpenejbEntityBeanType$Cache$IsolationLevel.


Nested Class Summary
static class OpenejbEntityBeanType.Cache.IsolationLevel.Enum
          Enumeration value class for org.openejb.xbeans.ejbjar.OpenejbEntityBeanType$Cache$IsolationLevel.
static class OpenejbEntityBeanType.Cache.IsolationLevel.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static int INT_READ_COMMITTED
           
static int INT_READ_UNCOMMITTED
           
static int INT_REPEATABLE_READ
           
static OpenejbEntityBeanType.Cache.IsolationLevel.Enum READ_COMMITTED
           
static OpenejbEntityBeanType.Cache.IsolationLevel.Enum READ_UNCOMMITTED
           
static OpenejbEntityBeanType.Cache.IsolationLevel.Enum REPEATABLE_READ
           
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
           
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
           
 
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final org.apache.xmlbeans.SchemaType type

READ_UNCOMMITTED

public static final OpenejbEntityBeanType.Cache.IsolationLevel.Enum READ_UNCOMMITTED

READ_COMMITTED

public static final OpenejbEntityBeanType.Cache.IsolationLevel.Enum READ_COMMITTED

REPEATABLE_READ

public static final OpenejbEntityBeanType.Cache.IsolationLevel.Enum REPEATABLE_READ

INT_READ_UNCOMMITTED

public static final int INT_READ_UNCOMMITTED
See Also:
Constant Field Values

INT_READ_COMMITTED

public static final int INT_READ_COMMITTED
See Also:
Constant Field Values

INT_REPEATABLE_READ

public static final int INT_REPEATABLE_READ
See Also:
Constant Field Values
Method Detail

enumValue

public org.apache.xmlbeans.StringEnumAbstractBase enumValue()

set

public void set(org.apache.xmlbeans.StringEnumAbstractBase e)


Copyright © 1999-2006 OpenEJB. All Rights Reserved.