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 bValue) |
static JAnnotationStringValue |
wrap(byte nValue) |
static JAnnotationStringValue |
wrap(char cValue) |
static JAnnotationStringValue |
wrap(double dValue) |
static JAnnotationStringValue |
wrap(float fValue) |
static JAnnotationStringValue |
wrap(IJExpression aExpr) |
static JAnnotationStringValue |
wrap(int nValue) |
static JAnnotationStringValue |
wrap(JEnumConstant aValue) |
static JAnnotationStringValue |
wrap(long nValue) |
static JAnnotationStringValue |
wrap(short nValue) |
static JAnnotationStringValue |
wrap(String sValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generate
@Nonnull public static JAnnotationStringValue wrap(boolean bValue)
@Nonnull public static JAnnotationStringValue wrap(byte nValue)
@Nonnull public static JAnnotationStringValue wrap(char cValue)
@Nonnull public static JAnnotationStringValue wrap(double dValue)
@Nonnull public static JAnnotationStringValue wrap(float fValue)
@Nonnull public static JAnnotationStringValue wrap(int nValue)
@Nonnull public static JAnnotationStringValue wrap(long nValue)
@Nonnull public static JAnnotationStringValue wrap(short nValue)
@Nonnull public static JAnnotationStringValue wrap(@Nonnull String sValue)
@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–2019 Philip Helger. All rights reserved.