|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
---|---|
int |
allLeafCount()
Returns the number of leaf elements of the container including the MQ Workflow predefined members. |
ContainerElement[] |
allLeaves()
Returns all leaf elements of the container including the MQ Workflow predefined members. |
byte[] |
asStream()
Returns the container as a binary stream of data. |
byte[] |
getBuffer(java.lang.String qualifiedName)
Returns the value of the specified container leaf element in Java. |
byte[] |
getBuffer2(java.lang.String qualifiedName,
int index)
Returns the value of the specified container leaf element in Java. |
double |
getDouble(java.lang.String qualifiedName)
Returns the value of the specified container leaf element in Java. |
double |
getDouble2(java.lang.String qualifiedName,
int index)
Returns the value of the specified container leaf element in Java. |
ContainerElement |
getElement(java.lang.String qualifiedName)
Provides access to a container element. |
int |
getLong(java.lang.String qualifiedName)
Returns the value of the specified container leaf element in Java. |
int |
getLong2(java.lang.String qualifiedName,
int index)
Returns the value of the specified container leaf element in Java. |
java.lang.String |
getString(java.lang.String qualifiedName)
Returns the value of the specified container leaf element in Java. |
java.lang.String |
getString2(java.lang.String qualifiedName,
int index)
Returns the value of the specified container leaf element in Java. |
boolean |
isEmpty()
Indicates whether no container information is available. |
int |
leafCount()
Returns the number of user-defined leaf elements of the container. |
ContainerElement[] |
leaves()
Returns all user-defined leaf elements of the container. |
int |
memberCount()
Returns the number of structural members in the container. |
ContainerElement[] |
structMembers()
Returns the structural members of the container. |
java.lang.String |
type()
Returns the type of the container, that is, the data structure name. |
Method Detail |
public boolean isEmpty() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public int allLeafCount() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public ContainerElement[] allLeaves() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public int leafCount() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public ContainerElement[] leaves() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public int memberCount() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public ContainerElement[] structMembers() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public java.lang.String type() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public byte[] asStream() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public byte[] getBuffer(java.lang.String qualifiedName) throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public byte[] getBuffer2(java.lang.String qualifiedName, int index) throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public double getDouble(java.lang.String qualifiedName) throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public double getDouble2(java.lang.String qualifiedName, int index) throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public ContainerElement getElement(java.lang.String qualifiedName) throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public int getLong(java.lang.String qualifiedName) throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public int getLong2(java.lang.String qualifiedName, int index) throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public java.lang.String getString(java.lang.String qualifiedName) throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public java.lang.String getString2(java.lang.String qualifiedName, int index) throws FmcException
FmcException
- thrown if an API error or a communication error occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |