Package ca.uhn.fhir.model.api
Class ResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource<T,T2>
- java.lang.Object
-
- ca.uhn.fhir.model.api.ResourceMetadataKeyEnum<T>
-
- ca.uhn.fhir.model.api.ResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource<T,T2>
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ResourceMetadataKeyEnum<T>
public abstract static class ResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource<T,T2> extends ResourceMetadataKeyEnum<T>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
ResourceMetadataKeyEnum.ExtensionResourceMetadataKey, ResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource<T,T2>
-
-
Field Summary
-
Fields inherited from class ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
DELETED_AT, ENTRY_SEARCH_MODE, ENTRY_TRANSACTION_METHOD, PROFILES, PUBLISHED, SECURITY_LABELS, TAG_LIST, UPDATED, VERSION, VERSION_ID
-
-
Constructor Summary
Constructors Constructor Description ResourceMetadataKeySupportingAnyResource(String theValue)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract T2get(IAnyResource theResource)abstract voidput(IAnyResource theResource, T2 theObject)
-
-
-
Constructor Detail
-
ResourceMetadataKeySupportingAnyResource
public ResourceMetadataKeySupportingAnyResource(String theValue)
-
-
Method Detail
-
get
public abstract T2 get(IAnyResource theResource)
-
put
public abstract void put(IAnyResource theResource, T2 theObject)
-
-