Your Metadata class is ill-designed JavaBean, it does not conform to the spec: The setter uses a parameter of type MetadataTypeEnum, but the return type of the getter is String.
mhaller
2010-09-24 22:25:55
Your Metadata class is ill-designed JavaBean, it does not conform to the spec: The setter uses a parameter of type MetadataTypeEnum, but the return type of the getter is String.