com.xenonsoft.bridgetown.soa.config
Class ContainmentEnum
java.lang.Object
org.apache.commons.lang.enum.Enum
org.apache.commons.lang.enum.ValuedEnum
com.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
| Fields inherited from class org.apache.commons.lang.enum.Enum |
iToString |
| 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 |
SINGLETON
public static final ContainmentEnum SINGLETON
- enumeration value for singleton containment
PROTOTYPE
public static final ContainmentEnum PROTOTYPE
- enumeration value for prototype containment
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.