public abstract class AbstractJAnnotationValue extends Object implements IJGenerable
| Constructor and Description |
|---|
AbstractJAnnotationValue() |
| Modifier and Type | Method and Description |
|---|---|
static JAnnotationStringValue |
wrap(AbstractJType aType) |
static JAnnotationStringValue |
wrap(boolean value) |
static JAnnotationStringValue |
wrap(byte value) |
static JAnnotationStringValue |
wrap(char value) |
static JAnnotationStringValue |
wrap(double value) |
static JAnnotationStringValue |
wrap(float value) |
static JAnnotationStringValue |
wrap(IJExpression aExpr) |
static JAnnotationStringValue |
wrap(int value) |
static JAnnotationStringValue |
wrap(JEnumConstant aValue) |
static JAnnotationStringValue |
wrap(long value) |
static JAnnotationStringValue |
wrap(short value) |
static JAnnotationStringValue |
wrap(String value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgenerate@Nonnull public static JAnnotationStringValue wrap(boolean value)
@Nonnull public static JAnnotationStringValue wrap(byte value)
@Nonnull public static JAnnotationStringValue wrap(char value)
@Nonnull public static JAnnotationStringValue wrap(double value)
@Nonnull public static JAnnotationStringValue wrap(float value)
@Nonnull public static JAnnotationStringValue wrap(int value)
@Nonnull public static JAnnotationStringValue wrap(long value)
@Nonnull public static JAnnotationStringValue wrap(short value)
@Nonnull public static JAnnotationStringValue wrap(@Nonnull String value)
@Nonnull public static JAnnotationStringValue wrap(@Nonnull JEnumConstant aValue)
@Nonnull public static JAnnotationStringValue wrap(@Nonnull AbstractJType aType)
@Nonnull public static JAnnotationStringValue wrap(@Nonnull IJExpression aExpr)
Copyright © 2013–2015 Philip Helger. All rights reserved.