public class LightList extends AttributeSubject
Constructor and Description |
---|
LightList() |
LightList(int nMoreFields) |
LightList(LightList obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(LightList obj) |
LightAttributes |
GetLight0() |
LightAttributes |
GetLight1() |
LightAttributes |
GetLight2() |
LightAttributes |
GetLight3() |
LightAttributes |
GetLight4() |
LightAttributes |
GetLight5() |
LightAttributes |
GetLight6() |
LightAttributes |
GetLight7() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
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 |
SetAllEnabled(boolean val) |
void |
SetDefaultEnabledStates() |
void |
SetLight0(LightAttributes light0_) |
void |
SetLight1(LightAttributes light1_) |
void |
SetLight2(LightAttributes light2_) |
void |
SetLight3(LightAttributes light3_) |
void |
SetLight4(LightAttributes light4_) |
void |
SetLight5(LightAttributes light5_) |
void |
SetLight6(LightAttributes light6_) |
void |
SetLight7(LightAttributes light7_) |
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 LightList()
public LightList(int nMoreFields)
public LightList(LightList obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(LightList obj)
public void SetLight0(LightAttributes light0_)
public void SetLight1(LightAttributes light1_)
public void SetLight2(LightAttributes light2_)
public void SetLight3(LightAttributes light3_)
public void SetLight4(LightAttributes light4_)
public void SetLight5(LightAttributes light5_)
public void SetLight6(LightAttributes light6_)
public void SetLight7(LightAttributes light7_)
public LightAttributes GetLight0()
public LightAttributes GetLight1()
public LightAttributes GetLight2()
public LightAttributes GetLight3()
public LightAttributes GetLight4()
public LightAttributes GetLight5()
public LightAttributes GetLight6()
public LightAttributes GetLight7()
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
public void SetDefaultEnabledStates()
public void SetAllEnabled(boolean val)