Public Member Functions | |
| MappingRoot () | |
| void | addClassMapping (ClassMapping vClassMapping) throws java.lang.IndexOutOfBoundsException |
| void | addInclude (Include vInclude) throws java.lang.IndexOutOfBoundsException |
| void | addKeyGeneratorDef (KeyGeneratorDef vKeyGeneratorDef) throws java.lang.IndexOutOfBoundsException |
| java.util.Enumeration | enumerateClassMapping () |
| java.util.Enumeration | enumerateInclude () |
| java.util.Enumeration | enumerateKeyGeneratorDef () |
| ClassMapping | getClassMapping (int index) throws java.lang.IndexOutOfBoundsException |
| ClassMapping[] | getClassMapping () |
| int | getClassMappingCount () |
| java.lang.String | getDescription () |
| Include | getInclude (int index) throws java.lang.IndexOutOfBoundsException |
| Include[] | getInclude () |
| int | getIncludeCount () |
| KeyGeneratorDef | getKeyGeneratorDef (int index) throws java.lang.IndexOutOfBoundsException |
| KeyGeneratorDef[] | getKeyGeneratorDef () |
| int | getKeyGeneratorDefCount () |
| boolean | isValid () |
| void | marshal (java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
| void | marshal (org.xml.sax.DocumentHandler handler) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
| void | removeAllClassMapping () |
| void | removeAllInclude () |
| void | removeAllKeyGeneratorDef () |
| ClassMapping | removeClassMapping (int index) |
| Include | removeInclude (int index) |
| KeyGeneratorDef | removeKeyGeneratorDef (int index) |
| void | setClassMapping (ClassMapping vClassMapping, int index) throws java.lang.IndexOutOfBoundsException |
| void | setClassMapping (ClassMapping[] classMappingArray) |
| void | setDescription (java.lang.String _description) |
| void | setInclude (Include vInclude, int index) throws java.lang.IndexOutOfBoundsException |
| void | setInclude (Include[] includeArray) |
| void | setKeyGeneratorDef (KeyGeneratorDef vKeyGeneratorDef, int index) throws java.lang.IndexOutOfBoundsException |
| void | setKeyGeneratorDef (KeyGeneratorDef[] keyGeneratorDefArray) |
| void | validate () throws org.exolab.castor.xml.ValidationException |
Static Public Member Functions | |
| static org.exolab.castor.mapping.xml.MappingRoot | unmarshal (java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
| org.exolab.castor.mapping.xml.MappingRoot.MappingRoot | ( | ) |
| void org.exolab.castor.mapping.xml.MappingRoot.addClassMapping | ( | ClassMapping | vClassMapping | ) | throws java.lang.IndexOutOfBoundsException |
| vClassMapping |
Referenced by org.exolab.castor.mapping.xml.MappingRootDescriptor.MappingRootDescriptor(), and org.exolab.castor.tools.MappingTool.write().
| void org.exolab.castor.mapping.xml.MappingRoot.addInclude | ( | Include | vInclude | ) | throws java.lang.IndexOutOfBoundsException |
| vInclude |
Referenced by org.exolab.castor.mapping.xml.MappingRootDescriptor.MappingRootDescriptor().
| void org.exolab.castor.mapping.xml.MappingRoot.addKeyGeneratorDef | ( | KeyGeneratorDef | vKeyGeneratorDef | ) | throws java.lang.IndexOutOfBoundsException |
| vKeyGeneratorDef |
Referenced by org.exolab.castor.mapping.xml.MappingRootDescriptor.MappingRootDescriptor().
| java.util.Enumeration org.exolab.castor.mapping.xml.MappingRoot.enumerateClassMapping | ( | ) |
| java.util.Enumeration org.exolab.castor.mapping.xml.MappingRoot.enumerateInclude | ( | ) |
| java.util.Enumeration org.exolab.castor.mapping.xml.MappingRoot.enumerateKeyGeneratorDef | ( | ) |
| ClassMapping [] org.exolab.castor.mapping.xml.MappingRoot.getClassMapping | ( | ) |
| ClassMapping org.exolab.castor.mapping.xml.MappingRoot.getClassMapping | ( | int | index | ) | throws java.lang.IndexOutOfBoundsException |
| index |
Referenced by org.exolab.castor.mapping.xml.MappingRootDescriptor.MappingRootDescriptor().
| int org.exolab.castor.mapping.xml.MappingRoot.getClassMappingCount | ( | ) |
| java.lang.String org.exolab.castor.mapping.xml.MappingRoot.getDescription | ( | ) |
| Include org.exolab.castor.mapping.xml.MappingRoot.getInclude | ( | int | index | ) | throws java.lang.IndexOutOfBoundsException |
| index |
Referenced by org.exolab.castor.mapping.xml.MappingRootDescriptor.MappingRootDescriptor().
| Include [] org.exolab.castor.mapping.xml.MappingRoot.getInclude | ( | ) |
| int org.exolab.castor.mapping.xml.MappingRoot.getIncludeCount | ( | ) |
| KeyGeneratorDef org.exolab.castor.mapping.xml.MappingRoot.getKeyGeneratorDef | ( | int | index | ) | throws java.lang.IndexOutOfBoundsException |
| index |
Referenced by org.exolab.castor.mapping.xml.MappingRootDescriptor.MappingRootDescriptor().
| KeyGeneratorDef [] org.exolab.castor.mapping.xml.MappingRoot.getKeyGeneratorDef | ( | ) |
| int org.exolab.castor.mapping.xml.MappingRoot.getKeyGeneratorDefCount | ( | ) |
| boolean org.exolab.castor.mapping.xml.MappingRoot.isValid | ( | ) |
| void org.exolab.castor.mapping.xml.MappingRoot.marshal | ( | java.io.Writer | out | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
| out |
| void org.exolab.castor.mapping.xml.MappingRoot.marshal | ( | org.xml.sax.DocumentHandler | handler | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
| handler |
| void org.exolab.castor.mapping.xml.MappingRoot.removeAllClassMapping | ( | ) |
| void org.exolab.castor.mapping.xml.MappingRoot.removeAllInclude | ( | ) |
| void org.exolab.castor.mapping.xml.MappingRoot.removeAllKeyGeneratorDef | ( | ) |
| ClassMapping org.exolab.castor.mapping.xml.MappingRoot.removeClassMapping | ( | int | index | ) |
| index |
| Include org.exolab.castor.mapping.xml.MappingRoot.removeInclude | ( | int | index | ) |
| index |
| KeyGeneratorDef org.exolab.castor.mapping.xml.MappingRoot.removeKeyGeneratorDef | ( | int | index | ) |
| index |
| void org.exolab.castor.mapping.xml.MappingRoot.setClassMapping | ( | ClassMapping | vClassMapping, | |
| int | index | |||
| ) | throws java.lang.IndexOutOfBoundsException |
| vClassMapping | ||
| index |
| void org.exolab.castor.mapping.xml.MappingRoot.setClassMapping | ( | ClassMapping[] | classMappingArray | ) |
| classMappingArray |
| void org.exolab.castor.mapping.xml.MappingRoot.setDescription | ( | java.lang.String | _description | ) |
| _description |
Referenced by org.exolab.castor.mapping.xml.MappingRootDescriptor.MappingRootDescriptor(), and org.exolab.castor.tools.MappingTool.write().
| void org.exolab.castor.mapping.xml.MappingRoot.setInclude | ( | Include | vInclude, | |
| int | index | |||
| ) | throws java.lang.IndexOutOfBoundsException |
| vInclude | ||
| index |
| void org.exolab.castor.mapping.xml.MappingRoot.setInclude | ( | Include[] | includeArray | ) |
| includeArray |
| void org.exolab.castor.mapping.xml.MappingRoot.setKeyGeneratorDef | ( | KeyGeneratorDef[] | keyGeneratorDefArray | ) |
| keyGeneratorDefArray |
| void org.exolab.castor.mapping.xml.MappingRoot.setKeyGeneratorDef | ( | KeyGeneratorDef | vKeyGeneratorDef, | |
| int | index | |||
| ) | throws java.lang.IndexOutOfBoundsException |
| vKeyGeneratorDef | ||
| index |
| static org.exolab.castor.mapping.xml.MappingRoot org.exolab.castor.mapping.xml.MappingRoot.unmarshal | ( | java.io.Reader | reader | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [static] |
| reader |
References org.exolab.castor.mapping.xml.MappingRoot.unmarshal().
Referenced by org.exolab.castor.mapping.xml.MappingRoot.unmarshal().
| void org.exolab.castor.mapping.xml.MappingRoot.validate | ( | ) | throws org.exolab.castor.xml.ValidationException |
References org.exolab.castor.xml.Validator.validate().
Referenced by org.exolab.castor.mapping.xml.MappingRoot.isValid().
1.7.0