org.npsnet.xrti.utilities
Class ProxyCompiler.ArrayTypeInformation

java.lang.Object
  extended byorg.npsnet.xrti.utilities.ProxyCompiler.ArrayTypeInformation
Enclosing class:
ProxyCompiler

private class ProxyCompiler.ArrayTypeInformation
extends java.lang.Object

An internal class for information concerning array types.


Field Summary
 int cardinality
          The array cardinality (-1 for "Dynamic").
 java.lang.String dataType
          The array data type.
 
Constructor Summary
private ProxyCompiler.ArrayTypeInformation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataType

public java.lang.String dataType
The array data type.


cardinality

public int cardinality
The array cardinality (-1 for "Dynamic").

Constructor Detail

ProxyCompiler.ArrayTypeInformation

private ProxyCompiler.ArrayTypeInformation()