public class StatusAttributes extends AttributeSubject
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_DURATION |
Constructor and Description |
---|
StatusAttributes() |
StatusAttributes(int nMoreFields) |
StatusAttributes(StatusAttributes obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(StatusAttributes obj) |
boolean |
GetClearStatus() |
int |
GetCurrentStage() |
java.lang.String |
GetCurrentStageName() |
int |
GetDuration() |
boolean |
GetHasUnicode() |
int |
GetMaxStage() |
int |
GetMessageType() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
int |
GetPercent() |
java.lang.String |
GetSender() |
java.lang.String |
GetStatusMessage() |
java.util.Vector |
GetUnicode() |
int |
Offset()
Returns the offset into the selected table where this state object's fields begin.
|
void |
ReadAtts(int index,
CommunicationBuffer buf)
Reads the specified index's data from the buffer into the object.
|
void |
SetClearStatus(boolean clearStatus_) |
void |
SetCurrentStage(int currentStage_) |
void |
SetCurrentStageName(java.lang.String currentStageName_) |
void |
SetDuration(int duration_) |
void |
SetHasUnicode(boolean hasUnicode_) |
void |
SetMaxStage(int maxStage_) |
void |
SetMessageType(int messageType_) |
void |
SetPercent(int percent_) |
void |
SetSender(java.lang.String sender_) |
void |
SetStatusMessage(java.lang.String statusMessage_) |
void |
SetUnicode(java.util.Vector unicode_) |
java.lang.String |
toString(java.lang.String indent) |
void |
WriteAtts(CommunicationBuffer buf)
Writes the selected fields of the object to the buffer.
|
Attach, boolArrayToString, boolToString, boolVectorToString, Detach, doubleArrayToString, doubleToString, doubleVectorToString, floatArrayToString, floatToString, floatVectorToString, GetAttributeId, GetClassName, intArrayToString, intToString, intVectorToString, IsSelected, Notify, NumAttributes, NumAttributesSelected, Read, Select, SelectAll, SetAttributeId, stringToString, stringVectorToString, toString, ucharArrayToString, ucharToString, ucharVectorToString, UnSelectAll, Write, WriteSelect
public static final int DEFAULT_DURATION
public StatusAttributes()
public StatusAttributes(int nMoreFields)
public StatusAttributes(StatusAttributes obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(StatusAttributes obj)
public void SetSender(java.lang.String sender_)
public void SetClearStatus(boolean clearStatus_)
public void SetStatusMessage(java.lang.String statusMessage_)
public void SetUnicode(java.util.Vector unicode_)
public void SetHasUnicode(boolean hasUnicode_)
public void SetPercent(int percent_)
public void SetCurrentStage(int currentStage_)
public void SetCurrentStageName(java.lang.String currentStageName_)
public void SetMaxStage(int maxStage_)
public void SetMessageType(int messageType_)
public void SetDuration(int duration_)
public java.lang.String GetSender()
public boolean GetClearStatus()
public java.lang.String GetStatusMessage()
public java.util.Vector GetUnicode()
public boolean GetHasUnicode()
public int GetPercent()
public int GetCurrentStage()
public java.lang.String GetCurrentStageName()
public int GetMaxStage()
public int GetMessageType()
public int GetDuration()
public void WriteAtts(CommunicationBuffer buf)
AttributeSubject
WriteAtts
in class AttributeSubject
buf
- The communication buffer to which the object will be written.public void ReadAtts(int index, CommunicationBuffer buf)
AttributeSubject
ReadAtts
in class AttributeSubject
buf
- The communication buffer to from which the object will be read.public java.lang.String toString(java.lang.String indent)
toString
in class AttributeSubject