public class SILArrayAttributes extends AttributeSubject
Constructor and Description |
---|
SILArrayAttributes() |
SILArrayAttributes(int nMoreFields) |
SILArrayAttributes(SILArrayAttributes obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(SILArrayAttributes obj) |
java.lang.String |
GetCategory() |
int |
GetColIndex() |
int |
GetColParent() |
int |
GetFirstSet() |
int |
GetFirstSetName() |
java.util.Vector |
GetNames() |
NameschemeAttributes |
GetNamescheme() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
int |
GetNumSets() |
java.lang.String |
GetPrefix() |
int |
GetRole() |
boolean |
GetUseUniqueIDs() |
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 |
SetCategory(java.lang.String category_) |
void |
SetColIndex(int colIndex_) |
void |
SetColParent(int colParent_) |
void |
SetFirstSet(int firstSet_) |
void |
SetFirstSetName(int firstSetName_) |
void |
SetNames(java.util.Vector names_) |
void |
SetNamescheme(NameschemeAttributes namescheme_) |
void |
SetNumSets(int numSets_) |
void |
SetPrefix(java.lang.String prefix_) |
void |
SetRole(int role_) |
void |
SetUseUniqueIDs(boolean useUniqueIDs_) |
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 SILArrayAttributes()
public SILArrayAttributes(int nMoreFields)
public SILArrayAttributes(SILArrayAttributes obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(SILArrayAttributes obj)
public void SetPrefix(java.lang.String prefix_)
public void SetNumSets(int numSets_)
public void SetFirstSetName(int firstSetName_)
public void SetUseUniqueIDs(boolean useUniqueIDs_)
public void SetFirstSet(int firstSet_)
public void SetColIndex(int colIndex_)
public void SetCategory(java.lang.String category_)
public void SetRole(int role_)
public void SetColParent(int colParent_)
public void SetNames(java.util.Vector names_)
public void SetNamescheme(NameschemeAttributes namescheme_)
public java.lang.String GetPrefix()
public int GetNumSets()
public int GetFirstSetName()
public boolean GetUseUniqueIDs()
public int GetFirstSet()
public int GetColIndex()
public java.lang.String GetCategory()
public int GetRole()
public int GetColParent()
public java.util.Vector GetNames()
public NameschemeAttributes GetNamescheme()
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