Package com.tailf.maapi
Class QNameTypeMethodsImpl
Object
com.tailf.maapi.MaapiSchemas.CSTypeMethods
com.tailf.maapi.QNameTypeMethodsImpl
xs:QName type methods
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstringToValue(MaapiSchemas.CSType type, String str) parse value located in str and convert to ConfValue, the value is validated.valueToString(MaapiSchemas.CSType type, ConfValue val) convert to string representation for the corresponding ConfvalueMethods inherited from class com.tailf.maapi.MaapiSchemas.CSTypeMethods
validate 
- 
Constructor Details
- 
QNameTypeMethodsImpl
public QNameTypeMethodsImpl() 
 - 
 - 
Method Details
- 
stringToValue
Description copied from class:MaapiSchemas.CSTypeMethodsparse value located in str and convert to ConfValue, the value is validated.- Overrides:
 stringToValuein classMaapiSchemas.CSTypeMethods- Parameters:
 type- - type for the converted valuestr- - string representation of the value- Returns:
 - ConfValue for the corresponding type
 - Throws:
 MaapiException
 - 
valueToString
Description copied from class:MaapiSchemas.CSTypeMethodsconvert to string representation for the corresponding Confvalue- Overrides:
 valueToStringin classMaapiSchemas.CSTypeMethods- Parameters:
 type- - type for the converted valueval- - ConfValue- Returns:
 - String representation of the value
 
 
 -