this.enumValues = (Enum<?>[]) property().definition().getTypeClass().getEnumConstants();
this.buttonsGroup = (RadioButtonsGroup) control;
final PropertyEditorPart part = propertyEditorPresentation.part();
final Property property = part.property();
final EnumValueType enumValueType = new EnumValueType( this.enumValues[ 0 ].getDeclaringClass() );
for( final Enum<?> enumItem : this.enumValues )
{
final String enumItemStr = property.service( MasterConversionService.class ).convert( enumItem, String.class );