com.xenonsoft.bridgetown.soa.config
Class ContainmentEnum

java.lang.Object
  extended byorg.apache.commons.lang.enum.Enum
      extended byorg.apache.commons.lang.enum.ValuedEnum
          extended bycom.xenonsoft.bridgetown.soa.config.ContainmentEnum
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public final class ContainmentEnum
extends org.apache.commons.lang.enum.ValuedEnum

Containment enumerated Java data type represents how a service assembly stores a service bean.

Version:
$Id: ContainmentEnum.java,v 1.2 2005/02/23 01:31:12 peter_pilgrim Exp $
Author:
Peter Pilgrim, Sep 15, 2004 19:43:59 PM
See Also:
Serialized Form

Field Summary
static ContainmentEnum PROTOTYPE
          enumeration value for prototype containment
static ContainmentEnum SINGLETON
          enumeration value for singleton containment
 
Fields inherited from class org.apache.commons.lang.enum.Enum
iToString
 
Method Summary
static ContainmentEnum getEnum(int numValue)
          Converst the numerical value into an enumerated type.
static ContainmentEnum getEnum(java.lang.String textValue)
           
static java.util.List getEnumList()
           
static java.util.Map getEnumMap()
           
static java.util.Iterator iterator()
           
 
Methods inherited from class org.apache.commons.lang.enum.ValuedEnum
compareTo, getEnum, getValue, toString
 
Methods inherited from class org.apache.commons.lang.enum.Enum
equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SINGLETON

public static final ContainmentEnum SINGLETON
enumeration value for singleton containment


PROTOTYPE

public static final ContainmentEnum PROTOTYPE
enumeration value for prototype containment

Method Detail

getEnum

public static ContainmentEnum getEnum(java.lang.String textValue)

getEnum

public static ContainmentEnum getEnum(int numValue)
Converst the numerical value into an enumerated type.

Parameters:
numValue - the numerical value
Returns:
the matching containment type or null

getEnumMap

public static java.util.Map getEnumMap()

getEnumList

public static java.util.List getEnumList()

iterator

public static java.util.Iterator iterator()


Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.