| Package | Description |
|---|---|
| com.helger.jcodemodel |
Library for generating Java source code.
|
| Modifier and Type | Method and Description |
|---|---|
JAnnotationStringValue |
JAnnotationUse.getConstantParam(String sName) |
static JAnnotationStringValue |
AbstractJAnnotationValue.wrap(AbstractJType aType) |
static JAnnotationStringValue |
AbstractJAnnotationValue.wrap(boolean value) |
static JAnnotationStringValue |
AbstractJAnnotationValue.wrap(byte value) |
static JAnnotationStringValue |
AbstractJAnnotationValue.wrap(char value) |
static JAnnotationStringValue |
AbstractJAnnotationValue.wrap(double value) |
static JAnnotationStringValue |
AbstractJAnnotationValue.wrap(float value) |
static JAnnotationStringValue |
AbstractJAnnotationValue.wrap(IJExpression aExpr) |
static JAnnotationStringValue |
AbstractJAnnotationValue.wrap(int value) |
static JAnnotationStringValue |
AbstractJAnnotationValue.wrap(JEnumConstant aValue) |
static JAnnotationStringValue |
AbstractJAnnotationValue.wrap(long value) |
static JAnnotationStringValue |
AbstractJAnnotationValue.wrap(short value) |
static JAnnotationStringValue |
AbstractJAnnotationValue.wrap(String value) |
Copyright © 2013–2015 Philip Helger. All rights reserved.