Interface LiteralDescription
-
- All Known Subinterfaces:
LiteralInputDescription,LiteralOutputDescription
- All Known Implementing Classes:
LiteralInputDescriptionImpl,LiteralOutputDescriptionImpl
public interface LiteralDescriptionTODO JavaDoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLiteralDescription.Builder<T extends LiteralDescription,B extends LiteralDescription.Builder<T,B>>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LiteralDataDomaingetDefaultLiteralDataDomain()Set<LiteralDataDomain>getSupportedLiteralDataDomains()
-
-
-
Method Detail
-
getSupportedLiteralDataDomains
Set<LiteralDataDomain> getSupportedLiteralDataDomains()
-
getDefaultLiteralDataDomain
LiteralDataDomain getDefaultLiteralDataDomain()
-
-