Public Member Functions | Static Public Member Functions | Static Public Attributes

org.exolab.castor.mapping.xml.types.AccessType Class Reference

List of all members.

Public Member Functions

int getType ()
java.lang.String toString ()

Static Public Member Functions

static
org.exolab.castor.mapping.xml.types.AccessType 
valueOf (java.lang.String string)

Static Public Attributes

static final int VALUE_0_TYPE = 0
static final AccessType VALUE_0 = new AccessType(VALUE_0_TYPE, "read-only")
static final int VALUE_1_TYPE = 1
static final AccessType VALUE_1 = new AccessType(VALUE_1_TYPE, "shared")
static final int VALUE_2_TYPE = 2
static final AccessType VALUE_2 = new AccessType(VALUE_2_TYPE, "exclusive")
static final int VALUE_3_TYPE = 3
static final AccessType VALUE_3 = new AccessType(VALUE_3_TYPE, "db-locked")

Detailed Description

Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:08:38

Member Function Documentation

int org.exolab.castor.mapping.xml.types.AccessType.getType (  ) 

Returns the type of this AccessType

java.lang.String org.exolab.castor.mapping.xml.types.AccessType.toString (  ) 

Returns the String representation of this AccessType

static org.exolab.castor.mapping.xml.types.AccessType org.exolab.castor.mapping.xml.types.AccessType.valueOf ( java.lang.String  string  )  [static]

Returns a new AccessType based on the given String value.

Parameters:
string 

Member Data Documentation

The instance of the read-only type

The read-only type

The instance of the shared type

The shared type

The instance of the exclusive type

The exclusive type

The instance of the db-locked type

The db-locked type


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties