A MultiValueField also has a {@link Datatype} associated with it. Incase of MultiValueFields, this Datatype will always be an array type, thus {@link Datatype#isArrayType()} will always return true, andthis in return has an influence on the kind of validation rules that can be used with the Datatype (see {@link Datatype} description for moreinformation).
@version $Id: MultiValueField.java 155210 2005-02-24 17:02:09Z sylvain $A MultiValueField also has a {@link org.apache.cocoon.woody.datatype.Datatype Datatype}associated with it. In case of MultiValueFields, this Datatype will always be an array type, thus {@link org.apache.cocoon.woody.datatype.Datatype#isArrayType Datatype#isArrayType} willalways return true, and this in return has an influence on the kind of validation rules that can be used with the Datatype (see {@link org.apache.cocoon.woody.datatype.Datatype Datatype}description for more information).
|
|