E - an enum that identified the subclasses of the base classpublic interface EnumeratedSubclasses<E>
| Modifier and Type | Field and Description |
|---|---|
static String |
staticMethodName
the name of the static method that gets the enum values that identify the subclasses of the base class
|
| Modifier and Type | Method and Description |
|---|---|
E |
getSubclass()
get the enum value that identifies this subclass instance
|
static final String staticMethodName
E getSubclass()
Copyright © 2015. All rights reserved.