org.nakedobjects.metamodel.facets.propparam.typicallength
Interface TypicalLengthFacet

All Superinterfaces:
Facet, SingleIntValueFacet
All Known Implementing Classes:
TypicalLengthFacetAbstract, TypicalLengthFacetAnnotation, TypicalLengthFacetDerivedFromType, TypicalLengthFacetUsingParser, TypicalLengthFacetZero

public interface TypicalLengthFacet
extends SingleIntValueFacet

The typical length of a property or a parameter.

Intended to be used by the viewer as a rendering hint to size the UI field to an appropriate size.

In the standard Naked Objects Programming Model, corresponds to the @TypicalLength annotation.


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

Method Detail

value

int value()
Specified by:
value in interface SingleIntValueFacet


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