All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nakedobjects.metamodel.facets.propparam.typicallength.TypicalLengthFacet Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.facets.propparam.typicallength;

import org.nakedobjects.metamodel.facets.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. */ public interface TypicalLengthFacet extends SingleIntValueFacet { public int value(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy