|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.soa.config.Containment
Containment enumerated Java data type represents how a service assembly stores a service bean.
| Field Summary | |
static Containment |
PROTOTYPE
Deprecated. enumeration value for prototype containment |
static Containment |
SINGLETON
Deprecated. enumeration value for singleton containment |
| Method Summary | |
static Containment[] |
getEnumArray()
Deprecated. Retrieves an array of enumeration type instances |
static java.util.List |
getEnumList()
Deprecated. Retrieves a list collection of enumeration type instances |
int |
getNumValue()
Deprecated. Gets the value as enumerated integer value, this useful for storing the type inside a database |
java.lang.String |
getValue()
Deprecated. Gets the value as text string. |
Containment |
lookupByNumValue(int numValue)
Deprecated. Looks up the enumerated type by the supplied integer value |
Containment |
lookupByValue(java.lang.String textValue)
Deprecated. Looks up the enumerated type by the text string value |
java.lang.String |
toString()
Deprecated. Return enumerated type String for debuggable output |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final Containment SINGLETON
public static final Containment PROTOTYPE
| Method Detail |
public int getNumValue()
public java.lang.String getValue()
public Containment lookupByValue(java.lang.String textValue)
textValue - the text value
java.util.NoSuchElementException - if the text string value cannot be matched to enumerationpublic Containment lookupByNumValue(int numValue)
java.util.NoSuchElementException - if the text string value cannot be matched to enumerationpublic static java.util.List getEnumList()
public static Containment[] getEnumArray()
public java.lang.String toString()
Object.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||