| Package | Description |
|---|---|
| net.sf.esfinge.classmock | |
| net.sf.esfinge.classmock.api | |
| net.sf.esfinge.classmock.api.enums |
| Modifier and Type | Method and Description |
|---|---|
JavaEnum |
ClassMock.version() |
| Modifier and Type | Method and Description |
|---|---|
IClassWriter |
ClassMock.version(JavaEnum javaEnum) |
| Modifier and Type | Method and Description |
|---|---|
JavaEnum |
IClassReader.version()
Inform the version of JRE that your entity will be compiled.
|
| Modifier and Type | Method and Description |
|---|---|
IClassWriter |
IClassWriter.version(JavaEnum javaEnum)
Define the version of JRE that your entity will be compiled.
|
| Modifier and Type | Method and Description |
|---|---|
static JavaEnum |
JavaEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaEnum[] |
JavaEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Esfinge Framework. All rights reserved.