public class MaapiSchemas.BitsTypeMethodsImpl extends MaapiSchemas.CSTypeMethods
| Constructor and Description |
|---|
MaapiSchemas.BitsTypeMethodsImpl() |
| Modifier and Type | Method and Description |
|---|---|
ConfValue |
stringToValue(MaapiSchemas.CSType type,
String str)
parse value located in str and convert to ConfValue, the value is
validated.
|
boolean |
validate(MaapiSchemas.CSType type,
ConfValue val)
Validates ConfValue of with rules from CSType
|
valueToStringpublic ConfValue stringToValue(MaapiSchemas.CSType type, String str) throws MaapiException
MaapiSchemas.CSTypeMethodsstringToValue in class MaapiSchemas.CSTypeMethodstype - - type for the converted valuestr - - string representation of the valueMaapiExceptionpublic boolean validate(MaapiSchemas.CSType type, ConfValue val) throws MaapiException
MaapiSchemas.CSTypeMethodsvalidate in class MaapiSchemas.CSTypeMethodsMaapiException