public interface IPentahoObjectReference<T> extends Comparable<IPentahoObjectReference<T>>
Modifier and Type | Field and Description |
---|---|
static Integer |
DEFAULT_RANKING |
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
static final Integer DEFAULT_RANKING
T getObject()
Class<?> getObjectClass()
Integer getRanking()
Copyright © 2020 Hitachi Vantara. All rights reserved.