|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
---|---|
ContainerElement[] |
arrayElements()
Returns the array elements of the container element. |
int |
cardinality()
Returns the number of array elements of the container element. |
java.lang.String |
fullName()
Returns the fully-qualified dotted name of the container element. |
byte[] |
getBuffer()
Returns the value of the specified container element leaf element in Java. |
byte[] |
getBuffer2(int index)
Returns the value of the specified container element leaf element in Java. |
double |
getDouble()
Returns the value of the specified container element leaf element in Java. |
double |
getDouble2(int index)
Returns the value of the specified container element leaf element in Java. |
ContainerElement |
getElement(java.lang.String qualifiedName)
Provides access to an element of the container element. |
int |
getLong()
Returns the value of the specified container element leaf element in Java. |
int |
getLong2(int index)
Returns the value of the specified container element leaf element in Java. |
java.lang.String |
getString()
Returns the value of the specified container element leaf element in Java. |
java.lang.String |
getString2(int index)
Returns the value of the specified container element leaf element in Java. |
boolean |
isArray()
Indicates whether the container element is an array. |
boolean |
isEmpty()
Indicates whether no container element information is available. |
boolean |
isLeaf()
Indicates whether the container element is a leaf. |
boolean |
isStruct()
Indicates whether the container element is a structure itself. |
int |
leafCount()
Returns the number of leaf elements of the container element. |
ContainerElement[] |
leaves()
Returns all leaf elements of the container element. |
int |
memberCount()
Returns the number of structural members in the container element. |
java.lang.String |
name()
Returns the name of the container element. |
ContainerElement[] |
structMembers()
Returns the structural members of the container element. |
java.lang.String |
type()
Returns the type of the container element, 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 ContainerElement[] arrayElements() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public int cardinality() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public java.lang.String fullName() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public boolean isArray() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public boolean isLeaf() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public boolean isStruct() 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 java.lang.String name() 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[] getBuffer() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public byte[] getBuffer2(int index) throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public double getDouble() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public double getDouble2(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() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public int getLong2(int index) throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public java.lang.String getString() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public java.lang.String getString2(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 |