org.codehaus.modello.model
public class ModelAssociation extends ModelField
Version: $Id: ModelAssociation.java 529 2005-12-23 02:46:44Z brett $
| Field Summary | |
|---|---|
| static String | MANY_MULTIPLICITY |
| static String | ONE_MULTIPLICITY |
| Method Summary | |
|---|---|
| AssociationMetadata | getAssociationMetadata(String key) |
| String | getMultiplicity() |
| String | getTo() |
| ModelClass | getToClass() |
| String | getType() |
| void | setMultiplicity(String multiplicity) |
| void | setTo(String to) |
| void | validateElement() |
Returns: Returns the multiplicity.
Returns: Returns the to.
Returns: Returns the to ModelClass.
Parameters: multiplicity The multiplicity to set.
Parameters: to The to to set.