xArch/xADL 2.0 Data Binding Library

Package edu.uci.isr.xarch.javainitparams

DOM-Based implementation of the javainitparams xArch XML Schema.

See:
          Description

Interface Summary
IInitializationParameter Interface for accessing objects of the InitializationParameter xsi:type in the javainitparams namespace.
IJavaClassFileParams Interface for accessing objects of the JavaClassFileParams xsi:type in the javainitparams namespace.
IJavainitparamsContext The context interface for the javainitparams package.
 

Class Summary
InitializationParameterImpl DOM-Based implementation of the IInitializationParameter interface.
JavaClassFileParamsImpl DOM-Based implementation of the IJavaClassFileParams interface.
JavainitparamsConstants Useful contstants for the xArch javainitparams namespace.
JavainitparamsContext The context object for the javainitparams package.
 

Package edu.uci.isr.xarch.javainitparams Description

DOM-Based implementation of the javainitparams xArch XML Schema.

This package contains generic interfaces for the javainitparams xArch XML schema and DOM-based implementations of those interfaces. To use this package, users should first create an IXArch object using the methods in edu.uci.isr.xarch.XArchUtils. Then, they should create a javainitparamsContext object using that IXArch. The context object can be used to create objects in this namespace.


xArch/xADL 2.0 Data Binding Library