Interface ComplexDescription
-
- All Known Subinterfaces:
ComplexInputDescription,ComplexOutputDescription
- All Known Implementing Classes:
ComplexInputDescriptionImpl,ComplexOutputDescriptionImpl
public interface ComplexDescriptionTODO JavaDoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceComplexDescription.Builder<T extends ComplexDescription,B extends ComplexDescription.Builder<T,B>>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormatgetDefaultFormat()Optional<BigInteger>getMaximumMegabytes()Set<Format>getSupportedFormats()
-
-
-
Method Detail
-
getDefaultFormat
Format getDefaultFormat()
-
getMaximumMegabytes
Optional<BigInteger> getMaximumMegabytes()
-
-