Module is.codion.framework.model
Package is.codion.framework.model
Interface EntityExport.Settings.Attributes
- Enclosing interface:
EntityExport.Settings
public static interface EntityExport.Settings.Attributes
Indicates an export element with sortable children attributes
-
Method Summary
Modifier and TypeMethodDescriptionget()voidsort(Comparator<EntityExport.Settings.AttributeExport> comparator) Sorts the attributes
-
Method Details
-
get
- Returns:
- the attributes
-
sort
Sorts the attributes- Parameters:
comparator- the comparator to use
-