Package org.faktorips.fl
Interface PropertyDatatype
- All Superinterfaces:
Comparable<org.faktorips.datatype.Datatype>,org.faktorips.datatype.Datatype
public interface PropertyDatatype
extends org.faktorips.datatype.Datatype
A datatype representing a bean's property.
- 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 TypeMethodDescriptionorg.faktorips.datatype.DatatypeReturns a Java sourcecode fragment to access the property.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
-
getDatatype
org.faktorips.datatype.Datatype getDatatype() -
getGetterMethod
String getGetterMethod()Returns a Java sourcecode fragment to access the property.
-