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