JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
cloud.quinimbus.persistence.api
Package
cloud.quinimbus.persistence.api.entity
Interface StructuredObjectEntry<T extends
StructuredObjectEntryType
>
public interface
StructuredObjectEntry<T extends
StructuredObjectEntryType
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
key
()
boolean
partial
()
T
type
()
Object
value
()
Method Details
key
String
key
()
value
Object
value
()
type
T
type
()
partial
boolean
partial
()