Public Member Functions | |
| KeyGeneratorDef () | |
| void | addParam (Param vParam) throws java.lang.IndexOutOfBoundsException |
| java.util.Enumeration | enumerateParam () |
| java.lang.String | getAlias () |
| java.lang.String | getName () |
| Param | getParam (int index) throws java.lang.IndexOutOfBoundsException |
| Param[] | getParam () |
| int | getParamCount () |
| 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 | removeAllParam () |
| Param | removeParam (int index) |
| void | setAlias (java.lang.String _alias) |
| void | setName (java.lang.String _name) |
| void | setParam (Param vParam, int index) throws java.lang.IndexOutOfBoundsException |
| void | setParam (Param[] paramArray) |
| void | validate () throws org.exolab.castor.xml.ValidationException |
Static Public Member Functions | |
| static org.exolab.castor.mapping.xml.KeyGeneratorDef | unmarshal (java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
| org.exolab.castor.mapping.xml.KeyGeneratorDef.KeyGeneratorDef | ( | ) |
| void org.exolab.castor.mapping.xml.KeyGeneratorDef.addParam | ( | Param | vParam | ) | throws java.lang.IndexOutOfBoundsException |
| vParam |
Referenced by org.exolab.castor.mapping.xml.KeyGeneratorDefDescriptor.KeyGeneratorDefDescriptor().
| java.util.Enumeration org.exolab.castor.mapping.xml.KeyGeneratorDef.enumerateParam | ( | ) |
| java.lang.String org.exolab.castor.mapping.xml.KeyGeneratorDef.getAlias | ( | ) |
| java.lang.String org.exolab.castor.mapping.xml.KeyGeneratorDef.getName | ( | ) |
| Param org.exolab.castor.mapping.xml.KeyGeneratorDef.getParam | ( | int | index | ) | throws java.lang.IndexOutOfBoundsException |
| index |
Referenced by org.exolab.castor.mapping.xml.KeyGeneratorDefDescriptor.KeyGeneratorDefDescriptor().
| Param [] org.exolab.castor.mapping.xml.KeyGeneratorDef.getParam | ( | ) |
| int org.exolab.castor.mapping.xml.KeyGeneratorDef.getParamCount | ( | ) |
| boolean org.exolab.castor.mapping.xml.KeyGeneratorDef.isValid | ( | ) |
| void org.exolab.castor.mapping.xml.KeyGeneratorDef.marshal | ( | java.io.Writer | out | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
| out |
| void org.exolab.castor.mapping.xml.KeyGeneratorDef.marshal | ( | org.xml.sax.DocumentHandler | handler | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
| handler |
| void org.exolab.castor.mapping.xml.KeyGeneratorDef.removeAllParam | ( | ) |
| Param org.exolab.castor.mapping.xml.KeyGeneratorDef.removeParam | ( | int | index | ) |
| index |
| void org.exolab.castor.mapping.xml.KeyGeneratorDef.setAlias | ( | java.lang.String | _alias | ) |
| _alias |
Referenced by org.exolab.castor.mapping.xml.KeyGeneratorDefDescriptor.KeyGeneratorDefDescriptor().
| void org.exolab.castor.mapping.xml.KeyGeneratorDef.setName | ( | java.lang.String | _name | ) |
| _name |
Referenced by org.exolab.castor.mapping.xml.KeyGeneratorDefDescriptor.KeyGeneratorDefDescriptor().
| void org.exolab.castor.mapping.xml.KeyGeneratorDef.setParam | ( | Param | vParam, | |
| int | index | |||
| ) | throws java.lang.IndexOutOfBoundsException |
| vParam | ||
| index |
| void org.exolab.castor.mapping.xml.KeyGeneratorDef.setParam | ( | Param[] | paramArray | ) |
| paramArray |
| static org.exolab.castor.mapping.xml.KeyGeneratorDef org.exolab.castor.mapping.xml.KeyGeneratorDef.unmarshal | ( | java.io.Reader | reader | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [static] |
| reader |
References org.exolab.castor.mapping.xml.KeyGeneratorDef.unmarshal().
Referenced by org.exolab.castor.mapping.xml.KeyGeneratorDef.unmarshal().
| void org.exolab.castor.mapping.xml.KeyGeneratorDef.validate | ( | ) | throws org.exolab.castor.xml.ValidationException |
References org.exolab.castor.xml.Validator.validate().
Referenced by org.exolab.castor.mapping.xml.KeyGeneratorDef.isValid().
1.7.0