org.nakedobjects.metamodel.facets.propcoll.access
Interface PropertyAccessorFacet

All Superinterfaces:
Facet
All Known Implementing Classes:
PropertyAccessorFacetAbstract, PropertyAccessorFacetViaAccessor

public interface PropertyAccessorFacet
extends Facet

The mechanism by which the value of the property can be accessed.

In the standard Naked Objects Programming Model, corresponds to invoking the accessor method for a property.

See Also:
PropertySetterFacet

Method Summary
 java.lang.Object getProperty(NakedObject inObject)
          Gets the value of this property from this object.
 
Methods inherited from interface org.nakedobjects.metamodel.facets.Facet
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet
 

Method Detail

getProperty

java.lang.Object getProperty(NakedObject inObject)
Gets the value of this property from this object.



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.