Uses of Class
com.sun.jdo.api.persistence.enhancer.classfile.ConstValue
-
Packages that use ConstValue Package Description com.sun.jdo.api.persistence.enhancer.classfile -
-
Uses of ConstValue in com.sun.jdo.api.persistence.enhancer.classfile
Subclasses of ConstValue in com.sun.jdo.api.persistence.enhancer.classfile Modifier and Type Class Description classConstDoubleClass representing a double constant in the constant pool of a class fileclassConstFloatClass representing a float constant in the constant pool of a class fileclassConstIntegerClass representing an integer constant in the constant pool of a class fileclassConstLongClass representing a long constant in the constant pool of a class fileclassConstStringClass representing a class specification in the constant poolMethods in com.sun.jdo.api.persistence.enhancer.classfile that return ConstValue Modifier and Type Method Description ConstValueConstantValueAttribute. value()Constructors in com.sun.jdo.api.persistence.enhancer.classfile with parameters of type ConstValue Constructor Description ConstantValueAttribute(ConstUtf8 attrName, ConstValue value)Construct a constant value attribute
-