It's not possible in Java. Apart from anything else, d would then probably be an instance of A (given the standard idea of "extends"), but users that only knew of A wouldn't understand it - which takes the point of an enum is a well-known set of values.
If you could explain to me more about how you want to practice this, I could recommend alternative resolutions.