Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.DataItemSortOrder
-
Packages that use DataItemSortOrder Package Description org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of DataItemSortOrder in org.odpi.openmetadata.frameworks.connectors.properties.beans
Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans declared as DataItemSortOrder Modifier and Type Field Description protected DataItemSortOrderSchemaAttribute. sortOrderMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return DataItemSortOrder Modifier and Type Method Description DataItemSortOrderSchemaAttribute. 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.frameworks.connectors.properties.beans with parameters of type DataItemSortOrder Modifier and Type Method Description voidSchemaAttribute. setSortOrder(DataItemSortOrder sortOrder)Set up the order that the attribute instances are arranged in - if any.
-