| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.exolab.castor.mapping.xml.KeyGeneratorDefpublic class KeyGeneratorDefextends java.lang.Objectimplements java.io.SerializableConstructor Summary | |
Method Summary | |
void | |
java.util.Enumeration | |
java.lang.String |
|
java.lang.String |
|
Param[] |
|
Param |
|
int | |
boolean |
|
void |
|
void |
|
void | |
Param |
|
void |
|
void |
|
void | |
void | |
static KeyGeneratorDef |
|
void |
|
public void addParam(Param vParam) throws java.lang.IndexOutOfBoundsException
- Parameters:
vParam-
public java.util.Enumeration enumerateParam()
public java.lang.String getAlias()
public java.lang.String getName()
public Param getParam(int index) throws java.lang.IndexOutOfBoundsException
- Parameters:
index-
public int getParamCount()
public boolean isValid()
public void marshal(java.io.Writer out)
throws MarshalException,
ValidationException
- Parameters:
out-
public void marshal(org.xml.sax.DocumentHandler handler)
throws MarshalException,
ValidationException
- Parameters:
handler-
public void removeAllParam()
public void setAlias(java.lang.String _alias)
- Parameters:
_alias-
public void setName(java.lang.String _name)
- Parameters:
_name-
public void setParam(Param vParam, int index) throws java.lang.IndexOutOfBoundsException
- Parameters:
vParam-index-
public static KeyGeneratorDef unmarshal(java.io.Reader reader) throws MarshalException, ValidationException
- Parameters:
reader-