public class DataStatus_Deprecated extends Status
| Modifier and Type | Field and Description |
|---|---|
protected Object |
value |
detailLevel, origin, priorityLevel, summary, timeStamp| Modifier | Constructor and Description |
|---|---|
protected |
DataStatus_Deprecated()
for use by subclasses only
|
|
DataStatus_Deprecated(char charValue) |
|
DataStatus_Deprecated(Class clazz,
Serializable serializable)
to be mostly used when primitive org.lsst.gruth.types are to be used.
|
|
DataStatus_Deprecated(double doubleValue) |
|
DataStatus_Deprecated(float floatValue) |
|
DataStatus_Deprecated(int intValue) |
|
DataStatus_Deprecated(Serializable serializable)
any Object including null values.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
contentString() |
Object |
getData()
gets the data content but throws an Excepton if the object cannot be deserialized
|
String |
getDataClassName()
what is the class of the contained data?
Developers of subclasses should override this method.
|
boolean |
isOfPrimitiveType()
is the content to be considered of a primitive type?
Developers of subclasses should override this method.
|
boolean |
isOfWellKnownType()
is the content of a "Well known type" as defined in ObjectNType.
|
String |
toString() |
getMessageType, getState, setStategetDetailLevel, getOrigin, getPriorityLevel, getSummary, getTimeStamp, setDetailLevel, setOrigin, setPriorityLevel, setSummary, setTimeStampprotected Object value
protected DataStatus_Deprecated()
public DataStatus_Deprecated(Serializable serializable)
serializable - public DataStatus_Deprecated(Class clazz, Serializable serializable)
clazz - serializable - public DataStatus_Deprecated(int intValue)
public DataStatus_Deprecated(double doubleValue)
public DataStatus_Deprecated(float floatValue)
public DataStatus_Deprecated(char charValue)
public boolean isOfWellKnownType()
public boolean isOfPrimitiveType()
public String getDataClassName()
public Object getData() throws ClassNotFoundException
ClassNotFoundExceptionprotected String contentString()
Copyright © 2014 LSST. All Rights Reserved.