Interface CAMetadataValueMatchType
- All Known Subinterfaces:
CAMetadataValueMatchType.IntegralMatchType, CAMetadataValueMatchType.MonetaryMatchType, CAMetadataValueMatchType.RealMatchType, CAMetadataValueMatchType.TextMatchType, CAMetadataValueMatchType.TimeMatchType
- All Known Implementing Classes:
CAMetadataValueMatchType.AnyValue, CAMetadataValueMatchType.IntegralMatchType.WithinRange, CAMetadataValueMatchType.MonetaryMatchType.WithCurrency, CAMetadataValueMatchType.MonetaryMatchType.WithinRange, CAMetadataValueMatchType.RealMatchType.WithinRange, CAMetadataValueMatchType.TextMatchType.ExactTextValue, CAMetadataValueMatchType.TextMatchType.Search, CAMetadataValueMatchType.TimeMatchType.WithinRange
public sealed interface CAMetadataValueMatchType
permits CAMetadataValueMatchType.AnyValue, CAMetadataValueMatchType.IntegralMatchType, CAMetadataValueMatchType.RealMatchType, CAMetadataValueMatchType.TimeMatchType, CAMetadataValueMatchType.MonetaryMatchType, CAMetadataValueMatchType.TextMatchType
Expressions that match metadata values.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumMatch anything.static interfaceMatch metadata of an integral type.static interfaceMatch metadata of a monetary type.static interfaceMatch metadata of a real type.static interfaceMatch metadata of a text type.static interfaceMatch metadata of a time type.