Module it.auties.cobalt
Interface HighlyStructuredLocalizableParameterValue
- All Superinterfaces:
it.auties.protobuf.model.ProtobufMessage,it.auties.protobuf.model.ProtobufObject
- All Known Implementing Classes:
HighlyStructuredCurrency,HighlyStructuredDateTime
public sealed interface HighlyStructuredLocalizableParameterValue
extends it.auties.protobuf.model.ProtobufMessage
permits HighlyStructuredCurrency, HighlyStructuredDateTime
A model class that represents the value of a localizable parameter
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns the type of parameter
-
Method Details
-
parameterType
HighlyStructuredLocalizableParameterValue.Type parameterType()Returns the type of parameter- Returns:
- a non-null type
-