|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.metamodel.specloader.internal.peer.NakedObjectAssociationPeerDecorator
public abstract class NakedObjectAssociationPeerDecorator
| Constructor Summary | |
|---|---|
NakedObjectAssociationPeerDecorator(NakedObjectAssociationPeer decorated)
|
|
| Method Summary | |
|---|---|
void |
debugData(DebugString debugString)
|
Facet[] |
getFacets(Filter<Facet> filter)
Returns all Facets matching the specified FacetFilter. |
java.lang.Class<? extends Facet>[] |
getFacetTypes()
Get the list of all facet types that are supported by objects of this specification. |
Identifier |
getIdentifier()
Identifier of this feature. |
NakedObjectSpecification |
getSpecification()
The specification of the associated object if NakedObjectAssociationPeer.isOneToOne() is
true, or, the type of the associated object (rather than a Vector.class, say),
if NakedObjectAssociationPeer.isOneToMany() is true. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nakedobjects.metamodel.specloader.internal.peer.NakedObjectAssociationPeer |
|---|
isOneToMany, isOneToOne |
| Methods inherited from interface org.nakedobjects.metamodel.facets.FacetHolder |
|---|
addFacet, addFacet, containsFacet, getFacet, removeFacet, removeFacet |
| Constructor Detail |
|---|
public NakedObjectAssociationPeerDecorator(NakedObjectAssociationPeer decorated)
| Method Detail |
|---|
public void debugData(DebugString debugString)
debugData in interface NakedObjectMemberPeerpublic java.lang.Class<? extends Facet>[] getFacetTypes()
FacetHolder
getFacetTypes in interface FacetHolderpublic Facet[] getFacets(Filter<Facet> filter)
FacetHolderFacets matching the specified FacetFilter.
getFacets in interface FacetHolderpublic Identifier getIdentifier()
Identified
getIdentifier in interface Identifiedpublic NakedObjectSpecification getSpecification()
NakedObjectAssociationPeerspecification of the associated object if NakedObjectAssociationPeer.isOneToOne() is
true, or, the type of the associated object (rather than a Vector.class, say),
if NakedObjectAssociationPeer.isOneToMany() is true.
getSpecification in interface NakedObjectAssociationPeer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||