Interface ModelSaveOption
-
public interface ModelSaveOptionMarker interface for model serialization parameters- Since:
- 2020.2
- See Also:
ModelLoadingOption,ModelFactory.save(SModel, DataSource, ModelSaveOption...)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleanmandatory()default booleanpresent(ModelSaveOption... options)
-
-
-
Method Detail
-
mandatory
boolean mandatory()
- Returns:
trueifModelFactoryshall fail when option is not supported
-
present
default boolean present(@Nullable ModelSaveOption... options)
-
-