|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NakedObjectAssociationPeer
Additional reflective details about field members.
NakedObjectMemberPeer| Method Summary | |
|---|---|
NakedObjectSpecification |
getSpecification()
The specification of the associated object if isOneToOne() is
true, or, the type of the associated object (rather than a Vector.class, say),
if isOneToMany() is true. |
boolean |
isOneToMany()
If this is a collection. |
boolean |
isOneToOne()
If this is a scalar association, representing (in old terminology) a reference to another entity or a value. |
| Methods inherited from interface org.nakedobjects.metamodel.specloader.internal.peer.NakedObjectMemberPeer |
|---|
debugData |
| Methods inherited from interface org.nakedobjects.metamodel.spec.identifier.Identified |
|---|
getIdentifier |
| Methods inherited from interface org.nakedobjects.metamodel.facets.FacetHolder |
|---|
addFacet, addFacet, containsFacet, getFacet, getFacets, getFacetTypes, removeFacet, removeFacet |
| Method Detail |
|---|
NakedObjectSpecification getSpecification()
specification of the associated object if isOneToOne() is
true, or, the type of the associated object (rather than a Vector.class, say),
if isOneToMany() is true.
boolean isOneToOne()
Opposite of isOneToMany().
boolean isOneToMany()
Opposite of isOneToOne().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||