Getting field from UBF
Detailed Description
Get field value from UBF buffer. The values are casted according function return types.
- Parameters:
-
| bfldid | compiled field id |
| occ | field occurrence |
- Returns:
- casted data type
- Exceptions:
-
Function Documentation
native byte org.endurox.TypedUbf.BgetByte |
( |
int |
bfldid, |
|
|
int |
occ | |
|
) |
| | [inherited] |
native byte [] org.endurox.TypedUbf.BgetByteArr |
( |
int |
bfldid, |
|
|
int |
occ | |
|
) |
| | [inherited] |
native double org.endurox.TypedUbf.BgetDouble |
( |
int |
bfldid, |
|
|
int |
occ | |
|
) |
| | [inherited] |
native float org.endurox.TypedUbf.BgetFloat |
( |
int |
bfldid, |
|
|
int |
occ | |
|
) |
| | [inherited] |
native long org.endurox.TypedUbf.BgetLong |
( |
int |
bfldid, |
|
|
int |
occ | |
|
) |
| | [inherited] |
native short org.endurox.TypedUbf.BgetShort |
( |
int |
bfldid, |
|
|
int |
occ | |
|
) |
| | [inherited] |
native String org.endurox.TypedUbf.BgetString |
( |
int |
bfldid, |
|
|
int |
occ | |
|
) |
| | [inherited] |