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 | |
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns the value of field 'outputRootDirectory'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sets the value of field 'outputRootDirectory'.
|
|
|
|
|
|
|
|
|