public class DASMessage
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
DASMessage()
Constructs a DAS message.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
limitSize(java.lang.String pValue,
int pSize)
Limits the size of a given String value to the given number of
characters.
|
java.lang.String |
toString()
Returns the String representation of this message.
|
protected java.lang.String |
toStringProperties()
Returns the String representation of all the public properties of
this message.
|
public java.lang.String toString()
toString in class java.lang.Objectpublic static java.lang.String limitSize(java.lang.String pValue,
int pSize)
protected java.lang.String toStringProperties()