Package | Description |
---|---|
net.sourceforge.pmd.lang.java.rule.unusedcode.unusedprivatemethod |
Modifier and Type | Method and Description |
---|---|
static ClassWithPublicEnum.PublicEnum |
ClassWithPublicEnum.PublicEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassWithPublicEnum.PublicEnum[] |
ClassWithPublicEnum.PublicEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002–2016 InfoEther. All rights reserved.