org.nakedobjects.metamodel.facets.value
Interface ColorValueFacet

All Superinterfaces:
Facet
All Known Implementing Classes:
ColorValueSemanticsProvider

public interface ColorValueFacet
extends Facet


Method Summary
 int colorValue(NakedObject object)
           
 NakedObject createValue(NakedObject object, int color)
           
 
Methods inherited from interface org.nakedobjects.metamodel.facets.Facet
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet
 

Method Detail

colorValue

int colorValue(NakedObject object)

createValue

NakedObject createValue(NakedObject object,
                        int color)


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