|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jinterop.dcom.core.JIStruct
public final class JIStruct
This class represents the Struct data type.
| Field Summary | |
|---|---|
static JIStruct |
MEMBER_IS_EMPTY
|
| Constructor Summary | |
|---|---|
JIStruct()
|
|
| Method Summary | |
|---|---|
void |
addMember(int position,
java.lang.Object member)
Adds object as member to the index specified. |
void |
addMember(java.lang.Object member)
Adds the object as a member of this structure. |
java.lang.Object |
getMember(int position)
Retrieves the member at the specified index from the member list. |
java.util.List |
getMembers()
Returns all members as java.util.List. |
int |
getSize()
Returns the total number of members. |
void |
removeMember(int index)
Removes the member from the specified index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final JIStruct MEMBER_IS_EMPTY
| Constructor Detail |
|---|
public JIStruct()
| Method Detail |
|---|
public void addMember(java.lang.Object member)
throws JIException
member -
JIException
public void addMember(int position,
java.lang.Object member)
throws JIException
position - Zero based indexmember -
JIExceptionpublic void removeMember(int index)
index - public java.util.List getMembers()
public java.lang.Object getMember(int position)
position - Zero based index.
public int getSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||