Package | Description |
---|---|
com.tailf.conf |
Data types and utilities for communication with the server.
|
com.tailf.maapi |
MAAPI is an API which provides full access to the systems internal
transaction engine.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfEnumeration.setCSType(MaapiSchemas.CSType csType)
The MaapiSchemas type for this enum.
|
Modifier and Type | Method and Description |
---|---|
MaapiSchemas.CSType |
MaapiSchemas.CSType.getDefval()
get default value
|
MaapiSchemas.CSType |
MaapiSchemas.CSType.getParentType()
get parent type if this is not an native type
|
MaapiSchemas.CSType |
MaapiSchemas.CSNamedType.getType()
get the type represented by an instance of CSType
|
MaapiSchemas.CSType |
MaapiSchemas.CSNodeInfo.getType()
get type for the node
|
MaapiSchemas.CSType |
MaapiSchemas.CSNode.getType()
get type for the node
|
Modifier and Type | Method and Description |
---|---|
ConfValue |
MaapiSchemas.stringToValue(MaapiSchemas.CSType type,
String str)
parse value located in str and convert to ConfValue, the value is
validated.
|
ConfValue |
MaapiSchemas.CSTypeMethods.stringToValue(MaapiSchemas.CSType type,
String str)
parse value located in str and convert to ConfValue, the value is
validated.
|
ConfValue |
MaapiSchemas.UnionTypeMethodsImpl.stringToValue(MaapiSchemas.CSType type,
String str) |
ConfValue |
MaapiSchemas.EnumTypeMethodsImpl.stringToValue(MaapiSchemas.CSType type,
String str) |
ConfValue |
MaapiSchemas.BitsTypeMethodsImpl.stringToValue(MaapiSchemas.CSType type,
String str) |
ConfValue |
MaapiSchemas.Decimal64TypeMethodsImpl.stringToValue(MaapiSchemas.CSType type,
String str) |
ConfValue |
MaapiSchemas.ListTypeMethodsImpl.stringToValue(MaapiSchemas.CSType type,
String str) |
ConfValue |
MaapiSchemas.ListRestrictionTypeMethodsImpl.stringToValue(MaapiSchemas.CSType type,
String str) |
ConfValue |
MaapiSchemas.IdentityTypeMethodsImpl.stringToValue(MaapiSchemas.CSType type,
String str) |
boolean |
MaapiSchemas.CSTypeMethods.validate(MaapiSchemas.CSType type,
ConfValue val)
Validates ConfValue of with rules from CSType
|
boolean |
MaapiSchemas.UnionTypeMethodsImpl.validate(MaapiSchemas.CSType type,
ConfValue val) |
boolean |
MaapiSchemas.RetrictedNumberTypeMethodsImpl.validate(MaapiSchemas.CSType type,
ConfValue val) |
boolean |
MaapiSchemas.EnumTypeMethodsImpl.validate(MaapiSchemas.CSType type,
ConfValue val) |
boolean |
MaapiSchemas.BitsTypeMethodsImpl.validate(MaapiSchemas.CSType type,
ConfValue val) |
boolean |
MaapiSchemas.Decimal64TypeMethodsImpl.validate(MaapiSchemas.CSType type,
ConfValue val) |
boolean |
MaapiSchemas.ListTypeMethodsImpl.validate(MaapiSchemas.CSType type,
ConfValue val) |
boolean |
MaapiSchemas.ListRestrictionTypeMethodsImpl.validate(MaapiSchemas.CSType type,
ConfValue val) |
boolean |
MaapiSchemas.StringTypeMethodsImpl.validate(MaapiSchemas.CSType type,
ConfValue val) |
boolean |
MaapiSchemas.IdentityTypeMethodsImpl.validate(MaapiSchemas.CSType type,
ConfValue val) |
String |
MaapiSchemas.valueToString(MaapiSchemas.CSType type,
ConfValue val)
convert to string representation for the corresponding ConfValue
|
String |
MaapiSchemas.CSTypeMethods.valueToString(MaapiSchemas.CSType type,
ConfValue val)
convert to string representation for the corresponding Confvalue
|
String |
MaapiSchemas.UnionTypeMethodsImpl.valueToString(MaapiSchemas.CSType type,
ConfValue val) |
String |
MaapiSchemas.EnumTypeMethodsImpl.valueToString(MaapiSchemas.CSType type,
ConfValue val) |
String |
MaapiSchemas.Decimal64TypeMethodsImpl.valueToString(MaapiSchemas.CSType type,
ConfValue val) |
String |
MaapiSchemas.ListTypeMethodsImpl.valueToString(MaapiSchemas.CSType type,
ConfValue val) |
String |
MaapiSchemas.ListRestrictionTypeMethodsImpl.valueToString(MaapiSchemas.CSType type,
ConfValue val) |
String |
MaapiSchemas.IdentityTypeMethodsImpl.valueToString(MaapiSchemas.CSType type,
ConfValue val) |
Constructor and Description |
---|
MaapiSchemas.CSNodeInfo(long[] keys,
int minOccurs,
int maxOccurs,
int shallowType,
MaapiSchemas.CSType type,
ConfObject defval,
MaapiSchemas.CSChoice choice0,
int flags,
HashMap<String,String> metaData) |
MaapiSchemas.CSType(int nativeType,
MaapiSchemas.CSType parentType,
MaapiSchemas.CSType defval,
MaapiSchemas.CSTypeMethods typeMethodImpl,
Object opaque) |