Uses of Class
org.nuxeo.ecm.core.schema.PropertyIndexOrder.IndexOrder
-
Packages that use PropertyIndexOrder.IndexOrder Package Description org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields. -
-
Uses of PropertyIndexOrder.IndexOrder in org.nuxeo.ecm.core.schema
Fields in org.nuxeo.ecm.core.schema declared as PropertyIndexOrder.IndexOrder Modifier and Type Field Description protected PropertyIndexOrder.IndexOrder
PropertyIndexOrder. indexOrder
Methods in org.nuxeo.ecm.core.schema that return PropertyIndexOrder.IndexOrder Modifier and Type Method Description PropertyIndexOrder.IndexOrder
PropertyIndexOrder. getIndexOrder()
static PropertyIndexOrder.IndexOrder
PropertyIndexOrder.IndexOrder. parse(String indexOrder)
static PropertyIndexOrder.IndexOrder
PropertyIndexOrder.IndexOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static PropertyIndexOrder.IndexOrder[]
PropertyIndexOrder.IndexOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.nuxeo.ecm.core.schema with parameters of type PropertyIndexOrder.IndexOrder Constructor Description PropertyIndexOrder(String path, PropertyIndexOrder.IndexOrder indexOrder)
-