public interface IPentahoObjectReference<T> extends Comparable<IPentahoObjectReference<T>>
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAttributes() |
T |
getObject() |
Class<?> |
getObjectClass()
Get the declared type of the Object described/supplied by this reference.
|
Integer |
getRanking()
Returns the ranking of the reference.
|
compareTo
T getObject()
Class<?> getObjectClass()
Integer getRanking()