Package org.cyclos.model
Class Property<T,B extends Bean>
- java.lang.Object
-
- org.cyclos.model.Property<T,B>
-
- Type Parameters:
T- The property typeB- The container Bean type
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BasicProperty,IterableProperty,MapProperty,NestedProperty
public abstract class Property<T,B extends Bean> extends Object implements Serializable
Represents a property in the generated objects- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Class<B>getBeanType()StringgetName()TextModegetTextMode()TrimModegetTrimMode()Class<T>getType()StringgetTypeName()TgetValueWhenNull()Returns the value that should be used for nulls.inthashCode()StringtoString()
-