| Package | Description |
|---|---|
| com.helger.jcodemodel |
Library for generating Java source code.
|
| Modifier and Type | Method and Description |
|---|---|
JTypeWildcard.EBoundMode |
JTypeWildcard.boundMode() |
static JTypeWildcard.EBoundMode |
JTypeWildcard.EBoundMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JTypeWildcard.EBoundMode[] |
JTypeWildcard.EBoundMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JTypeWildcard |
AbstractJClass.wildcard(JTypeWildcard.EBoundMode eMode)
Create "?
|
| Constructor and Description |
|---|
JTypeWildcard(AbstractJClass aBoundClass,
JTypeWildcard.EBoundMode eBoundMode) |
Copyright © 2013–2015 Philip Helger. All rights reserved.