|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.utils.CollectionsFactory
public class CollectionsFactory
Factory to generate collection instance according datatype
Method Summary | |
---|---|
static CollectionsFactory |
getCollectionFactory()
|
java.util.Vector |
getList(DataType datatype)
Create new instance of Collection type of com.sybase.collections for specified List datatype |
java.util.Vector |
getList(java.lang.String datatypeName)
Create new instance of Collection type of com.sybase.collections for specified List datatype name If datatypeName is not list type, return null. |
java.util.Vector |
getPrimitiveList(DataType datatype)
Create new instance of Collection type of com.sybase.collections for specified primitive AFX multiple datatype |
java.util.Vector |
getPrimitiveList(java.lang.String datatypeName)
Create new instance of Collection type of com.sybase.collections for specified AFX multiple primitive datatype name If datatypeName is not primitive list type or list type, return null. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static CollectionsFactory getCollectionFactory()
public java.util.Vector getPrimitiveList(DataType datatype)
datatype
- Primitive List Type
public java.util.Vector getList(DataType datatype)
datatype
- List Type, including primitive and complex type
public java.util.Vector getList(java.lang.String datatypeName)
datatypeName
-
public java.util.Vector getPrimitiveList(java.lang.String datatypeName)
datatypeName
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |