|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot2.ReportKey<T>
public class ReportKey<T>
Typed key for use in a ReportMap. Instances of this class identify an item of data generated when plotting a layer.
Constructor Summary | |
---|---|
ReportKey(ReportMeta meta,
Class<T> clazz,
boolean isGeneralInterest)
Constructor. |
Method Summary | |
---|---|
ReportMeta |
getMeta()
Returns this key's metadata. |
Class<T> |
getValueClass()
Returns the type of object identified by this key. |
boolean |
isGeneralInterest()
Indicates whether this key represents a key of general interest. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportKey(ReportMeta meta, Class<T> clazz, boolean isGeneralInterest)
meta
- metadata describing this keyclazz
- type of data item described by this keyisGeneralInterest
- indicates whether this key represents
a general purpose reportMethod Detail |
---|
public ReportMeta getMeta()
public Class<T> getValueClass()
public boolean isGeneralInterest()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |