Package org.cyclos.model
Class BasicProperty<T,B extends Bean>
- java.lang.Object
-
- org.cyclos.model.Property<T,B>
-
- org.cyclos.model.BasicProperty<T,B>
-
- Type Parameters:
T- The property typeB- The container Bean type
- All Implemented Interfaces:
Serializable
public final class BasicProperty<T,B extends Bean> extends Property<T,B>
A property for basic types- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BasicProperty(String name, Class<T> type, String typeName, Class<B> beanType, TextMode textMode, TrimMode trimMode)BasicProperty(String name, Class<T> type, String typeName, Class<B> beanType, TextMode textMode, TrimMode trimMode, T valueWhenNull)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetValueWhenNull()Returns the value that should be used for nulls.-
Methods inherited from class org.cyclos.model.Property
equals, getBeanType, getName, getTextMode, getTrimMode, getType, getTypeName, hashCode, toString
-
-