|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype org.apache.cocoon.forms.datatype.typeimpl.BeanType
public class BeanType
The CForm type of a bean
Constructor Summary | |
---|---|
BeanType(boolean arrayType,
BeanTypeBuilder builder)
Creates a new BeanType object. |
Method Summary | |
---|---|
String |
getDescriptiveName()
Returns a descriptive name for the base type of this datatype, i.e. something like 'string', 'long', 'decimal', ... |
Convertor |
getPlainConvertor()
We make sure the plain Convertor is the same |
Class |
getTypeClass()
Gets the class object for the type represented by this datatype. |
Methods inherited from class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype |
---|
addValidationRule, convertFromString, convertToString, generateSaxFragment, getBuilder, getConvertor, isArrayType, setArrayType, setBuilder, setConvertor, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanType(boolean arrayType, BeanTypeBuilder builder)
arrayType
- whether it's an array or notbuilder
- The BeanTypeBuilder
Method Detail |
---|
public String getDescriptiveName()
Datatype
Datatype.getDescriptiveName()
public Convertor getPlainConvertor()
getPlainConvertor
in interface Datatype
getPlainConvertor
in class AbstractDatatype
public Class getTypeClass()
Datatype
Datatype.getTypeClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |