public interface AssociationStateDescriptor extends StateDescriptor
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends AssociationDescriptor> |
associations() |
AssociationDescriptor |
getAssociationByName(String name) |
AssociationDescriptor |
getAssociationByQualifiedName(QualifiedName name) |
AssociationDescriptor |
getManyAssociationByName(String name) |
AssociationDescriptor |
getManyAssociationByQualifiedName(QualifiedName name) |
AssociationDescriptor |
getNamedAssociationByName(String name) |
AssociationDescriptor |
getNamedAssociationByQualifiedName(QualifiedName name) |
Iterable<? extends AssociationDescriptor> |
manyAssociations() |
Iterable<? extends AssociationDescriptor> |
namedAssociations() |
findPropertyModelByName, findPropertyModelByQualifiedName, propertiesAssociationDescriptor getAssociationByName(String name) throws IllegalArgumentException
IllegalArgumentExceptionAssociationDescriptor getAssociationByQualifiedName(QualifiedName name) throws IllegalArgumentException
IllegalArgumentExceptionAssociationDescriptor getManyAssociationByName(String name) throws IllegalArgumentException
IllegalArgumentExceptionAssociationDescriptor getManyAssociationByQualifiedName(QualifiedName name) throws IllegalArgumentException
IllegalArgumentExceptionAssociationDescriptor getNamedAssociationByName(String name) throws IllegalArgumentException
IllegalArgumentExceptionAssociationDescriptor getNamedAssociationByQualifiedName(QualifiedName name) throws IllegalArgumentException
IllegalArgumentExceptionIterable<? extends AssociationDescriptor> associations()
Iterable<? extends AssociationDescriptor> manyAssociations()
Iterable<? extends AssociationDescriptor> namedAssociations()