|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.cimclient.internal.cimxml.sax.CIMObjectFactory
public class CIMObjectFactory
Class CIMObjectFactory is responsible for type String and value String parsing.
Constructor Summary | |
---|---|
CIMObjectFactory()
|
Method Summary | |
---|---|
static CIMDataType |
getCIMObjArrayType(java.lang.Object pObj)
getCIMObjArrayType |
static CIMDataType |
getCIMObjArrayType(java.lang.Object pObj,
boolean pNullToString)
getArrayCIMObjType |
static CIMDataType |
getCIMObjScalarType(java.lang.Object pObj)
getCIMObjType |
static CIMDataType |
getCIMObjScalarType(java.lang.Object pObj,
boolean pNullToString)
getCIMObjType |
static java.lang.Object |
getEmbeddedObj(CIMDataType pType,
java.lang.Object pValObj,
SAXSession pSession)
getEmbeddedObj |
static java.lang.Object |
getEmbeddedObj(CIMDataType pType,
java.lang.String pValueStr,
SAXSession pSession)
getEmbeddedObject |
static java.lang.Object[] |
getEmbeddedObjA(CIMDataType pType,
java.lang.String[] pValueStrA,
SAXSession pSession)
getEmbeddedObjectA |
static java.lang.Object[] |
getEmbeddedObjA(CIMDataType pType,
ValueArrayNode pValueArrayNode,
SAXSession pSession)
getEmbbeddedObjectA |
static java.lang.Object |
getObject(CIMDataType pType,
java.lang.String pValueStr)
getObject |
static java.lang.Object |
getObject(CIMDataType pType,
ValueArrayNode pValueArrayNode)
getObject |
static java.lang.Object |
getObject(CIMDataType pType,
ValueNode pValueNode)
getObject |
static java.lang.Object[] |
getObjectArray(CIMDataType pType,
java.util.ArrayList<java.lang.Object> pAL)
|
static CIMDataType |
getType(java.lang.String pTypeStr)
getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CIMObjectFactory()
Method Detail |
---|
public static java.lang.Object[] getEmbeddedObjA(CIMDataType pType, ValueArrayNode pValueArrayNode, SAXSession pSession) throws org.xml.sax.SAXException
pType
- pValueArrayNode
- pSession
-
org.xml.sax.SAXException
public static java.lang.Object[] getEmbeddedObjA(CIMDataType pType, java.lang.String[] pValueStrA, SAXSession pSession) throws org.xml.sax.SAXException
pType
- pValueStrA
- pSession
-
org.xml.sax.SAXException
public static java.lang.Object getEmbeddedObj(CIMDataType pType, java.lang.String pValueStr, SAXSession pSession) throws org.xml.sax.SAXException
pType
- pValueStr
- pSession
-
org.xml.sax.SAXException
public static java.lang.Object getEmbeddedObj(CIMDataType pType, java.lang.Object pValObj, SAXSession pSession) throws org.xml.sax.SAXException
pType
- pValObj
- pSession
-
org.xml.sax.SAXException
public static java.lang.Object[] getObjectArray(CIMDataType pType, java.util.ArrayList<java.lang.Object> pAL)
pType
- pAL
-
public static java.lang.Object getObject(CIMDataType pType, java.lang.String pValueStr) throws org.xml.sax.SAXException
pType
- pValueStr
-
org.xml.sax.SAXException
public static java.lang.Object getObject(CIMDataType pType, ValueNode pValueNode) throws org.xml.sax.SAXException
pType
- pValueNode
-
org.xml.sax.SAXException
public static java.lang.Object getObject(CIMDataType pType, ValueArrayNode pValueArrayNode) throws org.xml.sax.SAXException
pType
- pValueArrayNode
-
org.xml.sax.SAXException
public static CIMDataType getCIMObjScalarType(java.lang.Object pObj, boolean pNullToString) throws org.xml.sax.SAXException
pObj
- pNullToString
-
org.xml.sax.SAXException
public static CIMDataType getCIMObjScalarType(java.lang.Object pObj) throws org.xml.sax.SAXException
pObj
-
org.xml.sax.SAXException
public static CIMDataType getCIMObjArrayType(java.lang.Object pObj) throws org.xml.sax.SAXException
pObj
-
org.xml.sax.SAXException
public static CIMDataType getCIMObjArrayType(java.lang.Object pObj, boolean pNullToString) throws org.xml.sax.SAXException
pObj
- pNullToString
-
org.xml.sax.SAXException
public static CIMDataType getType(java.lang.String pTypeStr)
pTypeStr
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |