public static interface

OrderByRequests.ExtractableField

com.atlassian.jira.util.OrderByRequests.ExtractableField<T>
Known Indirect Subclasses

Class Overview

A field implementing this interface provides a method for extracting the field's value from an entity of type T.

Summary

Public Methods
Comparable getValue(T entity)

Public Methods

public Comparable getValue (T entity)