org.nakedobjects.metamodel.spec.feature
Interface ParseableEntryFeature

All Superinterfaces:
FacetHolder, Identified, NakedObjectFeature, NamedAndDescribed, OneToOneFeature, Specification, TypedSpecification
All Known Subinterfaces:
ParseableEntryActionParameter
All Known Implementing Classes:
NakedObjectActionParameterParseable

public interface ParseableEntryFeature
extends OneToOneFeature


Method Summary
 boolean canWrap()
          Determines if a multi-line value can be wrapped when displayed.
 int getMaximumLength()
          Returns the maximum number of characters for a value of this type.
 int getNoLines()
          Returns the number of lines for a multi-line value.
 int getTypicalLineLength()
          The typical length of each line for this value, as a number of characters.
 
Methods inherited from interface org.nakedobjects.metamodel.spec.TypedSpecification
getSpecification
 
Methods inherited from interface org.nakedobjects.metamodel.spec.Specification
getInstance
 
Methods inherited from interface org.nakedobjects.metamodel.spec.identifier.Identified
getIdentifier
 
Methods inherited from interface org.nakedobjects.metamodel.facets.FacetHolder
addFacet, addFacet, containsFacet, getFacet, getFacets, getFacetTypes, removeFacet, removeFacet
 
Methods inherited from interface org.nakedobjects.metamodel.spec.NamedAndDescribed
getDescription, getName
 

Method Detail

getTypicalLineLength

int getTypicalLineLength()
The typical length of each line for this value, as a number of characters.


getMaximumLength

int getMaximumLength()
Returns the maximum number of characters for a value of this type.


getNoLines

int getNoLines()
Returns the number of lines for a multi-line value.


canWrap

boolean canWrap()
Determines if a multi-line value can be wrapped when displayed.



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