|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionInfo
public abstract class TelemetryDefinitionInfo
Base class for information holders of telemetry objects such as Charts, Y-Axes, Reports, and Streams.
Constructor Summary | |
---|---|
protected |
TelemetryDefinitionInfo(java.lang.String fullDefinitionString,
org.hackystat.sensorbase.resource.users.jaxb.User owner,
ShareScope shareScope)
Constructs this instance. |
Method Summary | |
---|---|
java.lang.String |
getDefinitionString()
Gets complete definition string. |
abstract java.lang.String |
getName()
Gets the name of this telemetry definition. |
org.hackystat.sensorbase.resource.users.jaxb.User |
getOwner()
Gets the owner of this definition. |
ShareScope |
getShareScope()
Gets the share scope of this definition. |
abstract TelemetryDefinitionType |
getType()
Gets telemetry definition type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected TelemetryDefinitionInfo(java.lang.String fullDefinitionString, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope)
fullDefinitionString
- The definition string.owner
- The owner of this definition.shareScope
- The share scope of this definition.Method Detail |
---|
public abstract java.lang.String getName()
public abstract TelemetryDefinitionType getType()
public org.hackystat.sensorbase.resource.users.jaxb.User getOwner()
public ShareScope getShareScope()
public java.lang.String getDefinitionString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |