
Public Member Functions | |
| ComponentHelperInfo () | |
| void | addComponentInterface (ComponentInterface vComponentInterface) throws java.lang.IndexOutOfBoundsException |
| void | addComponentInterface (int index, ComponentInterface vComponentInterface) throws java.lang.IndexOutOfBoundsException |
| void | clearComponentInterface () |
| java.util.Enumeration | enumerateComponentInterface () |
| ComponentInterface | getComponentInterface (int index) throws java.lang.IndexOutOfBoundsException |
| ComponentInterface[] | getComponentInterface () |
| int | getComponentInterfaceCount () |
| java.lang.String | getOutputRootDirectory () |
| boolean | isValid () |
| void | marshal (java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
| void | marshal (org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
| boolean | removeComponentInterface (ComponentInterface vComponentInterface) |
| void | setComponentInterface (int index, ComponentInterface vComponentInterface) throws java.lang.IndexOutOfBoundsException |
| void | setComponentInterface (ComponentInterface[] componentInterfaceArray) |
| void | setOutputRootDirectory (java.lang.String outputRootDirectory) |
| void | validate () throws org.exolab.castor.xml.ValidationException |
Static Public Member Functions | |
| static alma.acs.tools.comphelpergen.generated.ComponentHelperInfo | unmarshalComponentHelperInfo (java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
Private Attributes | |
| java.lang.String | _outputRootDirectory |
| java.util.ArrayList | _componentInterfaceList |
| alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::ComponentHelperInfo | ( | ) | [inline] |
References _componentInterfaceList.
| void alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::addComponentInterface | ( | int | index, | |
| ComponentInterface | vComponentInterface | |||
| ) | throws java.lang.IndexOutOfBoundsException [inline] |
| index | ||
| vComponentInterface |
References _componentInterfaceList.
| void alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::addComponentInterface | ( | ComponentInterface | vComponentInterface | ) | throws java.lang.IndexOutOfBoundsException [inline] |
| vComponentInterface |
References _componentInterfaceList.
Referenced by alma::acs::tools::comphelpergen::generated::ComponentHelperInfoDescriptor::ComponentHelperInfoDescriptor(), and alma::tools::idlgen::comphelpgen::ComponentHelperGeneratorProxy::generateComponentHelperCode().
| void alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::clearComponentInterface | ( | ) | [inline] |
References _componentInterfaceList.
| java.util.Enumeration alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::enumerateComponentInterface | ( | ) | [inline] |
References _componentInterfaceList.
| ComponentInterface [] alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::getComponentInterface | ( | ) | [inline] |
References _componentInterfaceList.
| ComponentInterface alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::getComponentInterface | ( | int | index | ) | throws java.lang.IndexOutOfBoundsException [inline] |
| index |
References _componentInterfaceList.
Referenced by alma::acs::tools::comphelpergen::generated::ComponentHelperInfoDescriptor::ComponentHelperInfoDescriptor(), and alma::acs::tools::comphelpergen::CompHelperGenerator::saveHelperClasses().
| int alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::getComponentInterfaceCount | ( | ) | [inline] |
References _componentInterfaceList.
| java.lang.String alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::getOutputRootDirectory | ( | ) | [inline] |
Returns the value of field 'outputRootDirectory'.
References _outputRootDirectory.
Referenced by alma::acs::tools::comphelpergen::generated::ComponentHelperInfoDescriptor::ComponentHelperInfoDescriptor(), and alma::acs::tools::comphelpergen::CompHelperGenerator::saveHelperClasses().
| boolean alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::isValid | ( | ) | [inline] |
References validate().
| void alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::marshal | ( | org.xml.sax.ContentHandler | handler | ) | throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline] |
| handler |
| void alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::marshal | ( | java.io.Writer | out | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline] |
| out |
Referenced by alma::tools::idlgen::comphelpgen::ComponentHelperGeneratorProxy::generateComponentHelperCode().
| boolean alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::removeComponentInterface | ( | ComponentInterface | vComponentInterface | ) | [inline] |
| vComponentInterface |
References _componentInterfaceList.
| void alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::setComponentInterface | ( | ComponentInterface[] | componentInterfaceArray | ) | [inline] |
| componentInterfaceArray |
References _componentInterfaceList.
| void alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::setComponentInterface | ( | int | index, | |
| ComponentInterface | vComponentInterface | |||
| ) | throws java.lang.IndexOutOfBoundsException [inline] |
| index | ||
| vComponentInterface |
References _componentInterfaceList.
| void alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::setOutputRootDirectory | ( | java.lang.String | outputRootDirectory | ) | [inline] |
Sets the value of field 'outputRootDirectory'.
| outputRootDirectory | the value of field 'outputRootDirectory'. |
References _outputRootDirectory.
Referenced by alma::tools::idlgen::comphelpgen::ComponentHelperGeneratorProxy::ComponentHelperGeneratorProxy(), and alma::acs::tools::comphelpergen::generated::ComponentHelperInfoDescriptor::ComponentHelperInfoDescriptor().
| static alma.acs.tools.comphelpergen.generated.ComponentHelperInfo alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::unmarshalComponentHelperInfo | ( | java.io.Reader | reader | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline, static] |
| reader |
Referenced by alma::acs::tools::comphelpergen::CompHelperGenerator::getFilePar().
| void alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::validate | ( | ) | throws org.exolab.castor.xml.ValidationException [inline] |
Referenced by isValid().
java.util.ArrayList alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::_componentInterfaceList [private] |
java.lang.String alma::acs::tools::comphelpergen::generated::ComponentHelperInfo::_outputRootDirectory [private] |
Referenced by getOutputRootDirectory(), and setOutputRootDirectory().
1.6.2