Interface MetaData.AdditionalProperty<T>
- Type Parameters:
T- of the additional property.
- All Known Subinterfaces:
MetaData.AdditionalProperty.IntegerProperty
- Enclosing class:
- MetaData
Allows to store and retrieve
MetaData additional property in a type safe manner.- See Also:
-
MetaData.setAdditionalProperty(String, Object)
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MetaData.AdditionalProperty.IntegerPropertyExtracted from the queryfetchparameter or from the server default.static final MetaData.AdditionalProperty.IntegerPropertyExtracted from the querylimitparameter.static final MetaData.AdditionalProperty.IntegerPropertySize of the returned rows. -
Method Summary
-
Field Details
-
fetch
Extracted from the queryfetchparameter or from the server default.Not part of the standard spec, but returned by openEHR since version
1.0.0for debugging purposes. -
offset
Extracted from the querylimitparameter.Not part of the standard spec, but returned by openEHR since version
1.0.0for debugging purposes. -
resultSize
Size of the returned rows.
-
-
Method Details
-
getName
String getName()name of the JSON property field.
-