@Retention(value=RUNTIME) @Target(value=METHOD) public @interface IpsAssociation
Association.| Modifier and Type | Required Element and Description |
|---|---|
AssociationKind |
kind |
int |
max
Maximal number of targets for this association
|
int |
min
Minimal number of targets for this association
|
String |
name
The name used for a/the single target of the association.
|
Class<?> |
targetClass
The association's target.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
pluralName
The name used for multiple targets of the association.
|
public abstract String name
public abstract AssociationKind kind
public abstract Class<?> targetClass
public abstract int min
public abstract int max
public abstract String pluralName
Copyright © 2017. All rights reserved.