Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.DataItemSortOrder
-
Packages that use DataItemSortOrder Package Description org.odpi.openmetadata.accessservices.datamanager.properties -
-
Uses of DataItemSortOrder in org.odpi.openmetadata.accessservices.datamanager.properties
Methods in org.odpi.openmetadata.accessservices.datamanager.properties that return DataItemSortOrder Modifier and Type Method Description DataItemSortOrderSchemaAttributeProperties. getSortOrder()Return the order that the attribute instances are arranged in - if any.static DataItemSortOrderDataItemSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static DataItemSortOrder[]DataItemSortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type DataItemSortOrder Modifier and Type Method Description voidSchemaAttributeProperties. setSortOrder(DataItemSortOrder sortOrder)Set up the order that the attribute instances are arranged in - if any.
-