Interface CAMetadataValueMatchType.TextMatchType
- All Superinterfaces:
CAMetadataValueMatchType
- All Known Implementing Classes:
CAMetadataValueMatchType.TextMatchType.ExactTextValue,CAMetadataValueMatchType.TextMatchType.Search
- Enclosing interface:
CAMetadataValueMatchType
public static sealed interface CAMetadataValueMatchType.TextMatchType
extends CAMetadataValueMatchType
permits CAMetadataValueMatchType.TextMatchType.ExactTextValue, CAMetadataValueMatchType.TextMatchType.Search
Match metadata of a text type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordMatch metadata of a text type with the exact value.static final recordMatch metadata of a text type that matches the given search query.Nested classes/interfaces inherited from interface com.io7m.cardant.model.CAMetadataValueMatchType
CAMetadataValueMatchType.AnyValue, CAMetadataValueMatchType.IntegralMatchType, CAMetadataValueMatchType.MonetaryMatchType, CAMetadataValueMatchType.RealMatchType, CAMetadataValueMatchType.TextMatchType, CAMetadataValueMatchType.TimeMatchType