FileDocCategorySizeDatePackage
Field.javaAPI DocAndroid 1.5 API1180Wed May 06 22:41:02 BST 2009com.android.dx.cf.iface

Field

public interface Field implements Member
Interface representing fields of class files.

Fields Summary
Constructors Summary
Methods Summary
public com.android.dx.rop.cst.TypedConstantgetConstantValue()
Get the constant value for this field, if any. This only returns non-null for a static final field which includes a ConstantValue attribute.

return
null-ok; the constant value, or null if this field isn't a constant