org.nakedobjects.metamodel.facets
Interface SingleClassValueFacet

All Superinterfaces:
Facet
All Known Subinterfaces:
TypeOfFacet
All Known Implementing Classes:
SingleClassValueFacetAbstract, TypeOfFacetAbstract, TypeOfFacetDefaultToObject, TypeOfFacetInferredFromArray, TypeOfFacetInferredFromGenerics, TypeOfFacetInferredFromSupportingMethods, TypeOfFacetViaAnnotation

public interface SingleClassValueFacet
extends Facet


Method Summary
 java.lang.Class<?> value()
           
 NakedObjectSpecification valueSpec()
          Convenience to return the NakedObjectSpecification corresponding to this facet's class.
 
Methods inherited from interface org.nakedobjects.metamodel.facets.Facet
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet
 

Method Detail

value

java.lang.Class<?> value()

valueSpec

NakedObjectSpecification valueSpec()
Convenience to return the NakedObjectSpecification corresponding to this facet's class.



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