Package org.faktorips.fl
Interface BeanDatatype
- All Superinterfaces:
Comparable<org.faktorips.datatype.Datatype>,org.faktorips.datatype.Datatype
public interface BeanDatatype
extends org.faktorips.datatype.Datatype
A datatype representing a Java bean with it's properties.
- Author:
- Jan Ortmann
-
Field Summary
Fields inherited from interface org.faktorips.datatype.Datatype
BIG_DECIMAL, BOOLEAN, DECIMAL, DOUBLE, GREGORIAN_CALENDAR, INTEGER, LONG, MONEY, PRIMITIVE_BOOLEAN, PRIMITIVE_INT, PRIMITIVE_LONG, STRING, VOID -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String name) Returns the property datatype representing the property with the given name.Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.faktorips.datatype.Datatype
getName, getQualifiedName, hasNullObject, isAbstract, isEnum, isPrimitive, isValueDatatype, isVoid
-
Method Details
-
getProperty
Returns the property datatype representing the property with the given name.
-