|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnsignedByte | |
---|---|
org.odata4j.consumer | The odata4j client-side (consumer-side) API. |
org.odata4j.core | Core odata4j concepts. |
org.odata4j.edm | Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. |
org.odata4j.expression |
Uses of UnsignedByte in org.odata4j.consumer |
---|
Methods in org.odata4j.consumer with parameters of type UnsignedByte | |
---|---|
OFunctionRequest<T> |
ConsumerFunctionCallRequest.pByte(String name,
UnsignedByte value)
|
Uses of UnsignedByte in org.odata4j.core |
---|
Fields in org.odata4j.core declared as UnsignedByte | |
---|---|
static UnsignedByte |
UnsignedByte.MAX_VALUE
|
static UnsignedByte |
UnsignedByte.MIN_VALUE
|
Methods in org.odata4j.core that return UnsignedByte | |
---|---|
static UnsignedByte |
UnsignedByte.parseUnsignedByte(String value)
|
static UnsignedByte |
UnsignedByte.valueOf(int value)
|
Methods in org.odata4j.core that return types with arguments of type UnsignedByte | |
---|---|
static OProperty<UnsignedByte> |
OProperties.byte_(String name,
UnsignedByte value)
Creates a new unsigned-byte-valued OData property with EdmSimpleType.BYTE |
Methods in org.odata4j.core with parameters of type UnsignedByte | |
---|---|
static OProperty<UnsignedByte> |
OProperties.byte_(String name,
UnsignedByte value)
Creates a new unsigned-byte-valued OData property with EdmSimpleType.BYTE |
int |
UnsignedByte.compareTo(UnsignedByte other)
|
OFunctionRequest<T> |
OFunctionRequest.pByte(String name,
UnsignedByte value)
Adds a byte parameter. |
Uses of UnsignedByte in org.odata4j.edm |
---|
Fields in org.odata4j.edm with type parameters of type UnsignedByte | |
---|---|
static EdmSimpleType<UnsignedByte> |
EdmSimpleType.BYTE
|
Uses of UnsignedByte in org.odata4j.expression |
---|
Methods in org.odata4j.expression that return UnsignedByte | |
---|---|
UnsignedByte |
ByteLiteral.getValue()
|
Methods in org.odata4j.expression with parameters of type UnsignedByte | |
---|---|
static ByteLiteral |
Expression.byte_(UnsignedByte value)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |