Class DynamicValueDescriptor
- java.lang.Object
-
- de.codecentric.reedelk.module.descriptor.model.property.DynamicValueDescriptor
-
- All Implemented Interfaces:
PropertyTypeDescriptor,Serializable
public class DynamicValueDescriptor extends Object implements PropertyTypeDescriptor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DynamicValueDescriptor()
-
-
-
Method Detail
-
getType
public Class<?> getType()
- Specified by:
getTypein interfacePropertyTypeDescriptor
-
setType
public void setType(Class<?> type)
- Specified by:
setTypein interfacePropertyTypeDescriptor
-
-