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
|
valueToString
public ConfValue stringToValue(MaapiSchemas.CSType type, String str) throws MaapiException
MaapiSchemas.CSTypeMethods
stringToValue
in class MaapiSchemas.CSTypeMethods
type
- - type for the converted valuestr
- - string representation of the valueMaapiException
public boolean validate(MaapiSchemas.CSType type, ConfValue val) throws MaapiException
MaapiSchemas.CSTypeMethods
validate
in class MaapiSchemas.CSTypeMethods
MaapiException